72 CHECK_EQUAL(
wxT(
"C:\\WINDOWS\\system32\\user32.dll"), sf.
GetFilename());
120 CHECK(
GdbCmd_Backtrace::MatchLine(sf, hasLineInfo,
wxT(
"#30 0x00403c0a in WinMain (hInstance=0x400000, hPrevInstance=0x0, lpCmdLine=0x241ef9 "", nCmdShow=10) at C:/Devel/wxSmithTest/app.cpp:297")));
127 GdbCmd_Backtrace::MatchLine(sf, hasLineInfo,
wxT(
"#30 0x00403c0a in WinMain (hInstance=0x400000, hPrevInstance=0x0, lpCmdLine=0x241ef9 "", nCmdShow=10) at C:/Devel/wxSmithTest/app.cpp:297"));
134 GdbCmd_Backtrace::MatchLine(sf, hasLineInfo,
wxT(
"#30 0x00403c0a in WinMain (hInstance=0x400000, hPrevInstance=0x0, lpCmdLine=0x241ef9 "", nCmdShow=10) at C:/Devel/wxSmithTest/app.cpp:297"));
141 GdbCmd_Backtrace::MatchLine(sf, hasLineInfo,
wxT(
"#30 0x00403c0a in WinMain (hInstance=0x400000, hPrevInstance=0x0, lpCmdLine=0x241ef9 "", nCmdShow=10) at C:/Devel/wxSmithTest/app.cpp:297"));
142 CHECK_EQUAL(
wxT(
"WinMain(hInstance=0x400000, hPrevInstance=0x0, lpCmdLine=0x241ef9 "", nCmdShow=10)"), sf.
GetSymbol());
148 GdbCmd_Backtrace::MatchLine(sf, hasLineInfo,
wxT(
"#30 0x00403c0a in WinMain (hInstance=0x400000, hPrevInstance=0x0, lpCmdLine=0x241ef9 "", nCmdShow=10) at C:/Devel/wxSmithTest/app.cpp:297"));
149 CHECK_EQUAL(
wxT(
"C:/Devel/wxSmithTest/app.cpp"), sf.
GetFilename());
187 CHECK_EQUAL(
wxT(
"C:/Devel/wxWidgets-2.6.1/include/wx/intl.h"), sf.
GetFilename());
218 CHECK_EQUAL(
wxT(
"one::~one() (this=0x3d24c8)"), sf.
GetSymbol());
235 wxT(
", stmt=0xb9d7160, stmtSubsts=...) ")
236 wxT(
"at Foo/Bar/apply.cpp:219")));
244 wxT(
", stmt=0xb9d7160, stmtSubsts=...) ")
245 wxT(
"at Foo/Bar/apply.cpp:219")));
253 wxT(
", stmt=0xb9d7160, stmtSubsts=...) ")
254 wxT(
"at Foo/Bar/apply.cpp:219")));
262 wxT(
", stmt=0xb9d7160, stmtSubsts=...) ")
263 wxT(
"at Foo/Bar/apply.cpp:219")));
264 CHECK_EQUAL(
wxT(
"Foo::Bar::(anonymous namespace)::apply (this=0xbaf6cf0, stmt=0xb9d7160, stmtSubsts=...)"),
272 wxT(
", stmt=0xb9d7160, stmtSubsts=...) ")
273 wxT(
"at Foo/Bar/apply.cpp:219")));
const wxString & GetLine() const
const wxString & GetFilename() const
const wxString & GetSymbol() const
SUITE(GDBStackFrameParser)
uint64_t GetAddress() const
static bool MatchLine(cbStackFrame &sf, bool &hasLineInfo, const wxString &line)