Open cshung opened 4 months ago
Tagging subscribers to this area: @tommcdon See info in area-owners.md if you want to be subscribed.
@cshung this stuff was added by Samsung folks long time ago for their internal needs, I am not sure if it is still in use. We never test it.
@kbaladurin
We used gdbjit mainly with lldb, so it can not work properly with gdb (although at some point of time it worked if I remember correctly).
cc @gbalykov
Description
GDB is outputting this error when debugging hello world.
Reproduction Steps
FEATURE_GDBGIT
andFEATURE_GDB_SYMTAB
Expected behavior
We should be able to debug the application, looking at managed call stacks
Actual behavior
GDB reported an error like this and quit
Regression?
Likely, presumably it used to be working? But I have no idea when is the last known good.
Known Workarounds
No, if I need to debug using GDB, there is no way around this as far as I know. Of course I can use a different debugger.
Configuration
WSL, x64, on this commit 6b3f0f851da69c8c9f5c4df578d4b98fb4138a57
Other information
No response