[doc] winedev: Add doc for winedbg symbol_picker option

Frédéric Delanoy frederic.delanoy at gmail.com
Sun Sep 11 13:29:17 CDT 2011


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

diff --git a/en/winedev-debugger.sgml b/en/winedev-debugger.sgml
index e4810d3..8cd1027 100644
--- a/en/winedev-debugger.sgml
+++ b/en/winedev-debugger.sgml
@@ -1933,6 +1933,25 @@ set $BreakAllThreadsStartup = 1
 		  <entry>
 		    prints the C type of expression <expr>
 		  </entry>
+		<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>
+		  <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>
-- 
1.7.6




More information about the wine-patches mailing list