Patch #3156 2011-05-13 12:55

codeman

Fixed debugger gdb frame #0 anonymous namespace bug
Download
3156-Fixed_debugger.patch (976 bytes)
Category
Application::Bugfix
Status
Closed
Close date
2013-03-31 20:09
Assigned to
tpetrov
Index: gdb_commands.h
===================================================================
--- gdb_commands.h    (revision 7131)
+++ gdb_commands.h    (working copy)
@@ -122,7 +122,7 @@
 //#30 0x00403c0a in WinMain (hInstance=0x400000, hPrevInstance=0x0, lpCmdLine=0x241ef9 "", nCmdShow=10) at C:/Devel/wxSmithTest/app.cpp:297
 //#31 0x004076ca in main () at C:/Devel/wxWidgets-2.6.1/include/wx/intl.h:555
 //#50  0x00410c8c in one::~one() (this=0x3d24c8) at main.cpp:14
-static wxRegEx reBT0(_T("#([0-9]+)[ \t]+([^(]+)[ \t]+(\\([^)]*\\))")); // case #0
+static wxRegEx reBT0(_T("#([0-9]+)[ \t]+(.+)[ \t]+(\\([^)]*\\))")); // case #0
 static wxRegEx reBT1(_T("#([0-9]+)[ \t]+0x([A-Fa-f0-9]+)[ \t]+in[ \t]+(.+)[ \t]+(\\([^)]*\\))[ \t]")); // all other cases (gdb 6.3)
 static wxRegEx reBTX(_T("#([0-9]+)[ \t]+0x([A-Fa-f0-9]+)[ \t]+in[ \t]+([^(]+)[ \t]*(\\([^)]*\\)[ \t]*\\([^)]*\\))")); // all other cases (gdb 5.2)
 static wxRegEx reBT2(_T("\\)[ \t]+[atfrom]+[ \t]+(.*):([0-9]+)"));
tpetrov 2011-09-11 12:18

Does this happen in the debugger's branch?

Can you give me the steps to reproduce this problem?

tpetrov 2013-03-31 20:09

Closing due to lack of interest by the submitter.