Displaying 1 result from an estimated 1 matches for "startgraphapp".
2005 Mar 18
2
Trouble debugging with gdb, R on Windows
...int 1 at 0x401296: file ../graphapp/graphappmain.c, line 59.
(gdb) run
Starting program: y:\falcon\src\R-devel\src\gnuwin32/../../bin/Rgui.exe
Breakpoint 1, WinMain (Instance=0x400000, PrevInstance=0x0,
CmdLine=0x261f26 "", CmdShow=10) at ../graphapp/graphappmain.c:59
59 startgraphapp(Instance, PrevInstance, CmdShow);
(gdb) break R_ReadConsole
Cannot access memory at address 0x23e17
(gdb) info symbol 0x23e17
R_ReadConsole in section .text
(gdb)
Any suggestions? Attempting to set other break points (do_BLAH) gives
the same result.
I compiled with 'make DEBUG=T' per the...