winedev: Add doc for winedbg symbol_picker option

Frédéric Delanoy frederic.delanoy at gmail.com
Wed Jul 17 17:48:30 CDT 2013


---
 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>
-- 
1.7.6.3




More information about the wine-patches mailing list