Hello.
I've been having a struggle getting something that was cross compiled
to be "debuggable" using native gdb on windows.

details: http://stackoverflow.com/a/32233750/32453

Question 1: this is expected to "just work" is that right?  Typically
I should be able to cross compile something with "-g" and then copy it
to a windows box and use "gdb.exe" on it and it should work?

Does anybody know why I might be getting:

(gdb) break main
...
(gdb) r
...
Cannot insert breakpoint 1.
Cannot access memory at address 0x42445c
<process basically hangs>

very consistently? Even with native gcc 4.9.x I was getting this behavior.
Thank you!
-roger-

------------------------------------------------------------------------------
_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to