=?UTF-8?Q?Fr=C3=A9d=C3=A9ric=20Delanoy=20?=: winedev: Add doc for winedbg symbol_picker option.

Alexandre Julliard julliard at winehq.org
Tue Sep 20 12:50:44 CDT 2011


Module: docs
Branch: master
Commit: 7a53e943ed3fc96c0e34458019ee0f5827b06c6f
URL:    http://source.winehq.org/git/docs.git/?a=commit;h=7a53e943ed3fc96c0e34458019ee0f5827b06c6f

Author: Frédéric Delanoy <frederic.delanoy at gmail.com>
Date:   Mon Sep 19 21:08:12 2011 +0200

winedev: Add doc for winedbg symbol_picker option.

---

 en/winedev-debugger.sgml |   21 +++++++++++++++++++++
 1 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/en/winedev-debugger.sgml b/en/winedev-debugger.sgml
index e4810d3..587a470 100644
--- a/en/winedev-debugger.sgml
+++ b/en/winedev-debugger.sgml
@@ -1934,6 +1934,27 @@ set $BreakAllThreadsStartup = 1
 		    prints the C type of expression <expr>
 		  </entry>
 		</row>
+		<row>
+		  <entry>
+		    <command>
+		      set ! symbol_picker interactive
+		    </command>
+		  </entry>
+		  <entry>
+		    when printing a value, if several symbols are found, ask the user
+		    which one to pick (default)
+		  </entry>
+		</row>
+		<row>
+		  <entry>
+		    <command>
+		      set ! symbol_picker scoped
+		    </command>
+		  </entry>
+		  <entry>
+		    when printing a value, give precedence to local symbols over global symbols
+		  </entry>
+		</row>
 	      </tbody>
 	    </tgroup>
 	  </table>




More information about the wine-cvs mailing list