[doc] winedev: Add doc for winedbg symbol_picker option (try 2)

Frédéric Delanoy frederic.delanoy at gmail.com
Tue Sep 13 13:18:14 CDT 2011


---
 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..25b544f 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 symbol
+		  </entry>
+		</row>
 	      </tbody>
 	    </tgroup>
 	  </table>
-- 
1.7.6




More information about the wine-patches mailing list