summaryrefslogtreecommitdiff
path: root/src/vm/gdbjit.h
AgeCommit message (Expand)AuthorFilesLines
2017-03-30[Linux][GDB-JIT] Remove (nothrow) when using new (#10457)Igor Kulaychuk1-82/+31
2017-03-24[Linux][GDB-JIT] Add lexical scopes info for local variables (#10307)Igor Kulaychuk1-12/+33
2017-03-02[Linux][GDB-JIT] Fix lldb type displaying issues (#9906)Igor Kulaychuk1-4/+14
2017-02-10[Arm64/Unix] Fix gdbjit support (#9512)Steve MacLean1-0/+2
2017-01-30Merge pull request #8564 from lucenticus/x86-gdbjitDan Moseley1-1/+5
2017-01-30[GDB-JIT][Linux] Add support of base classes introspection (#9083)Evgeny Pavlov1-0/+1
2017-01-20[GDB-JIT][Linux] Fix incorrect displaying of (s)byte and char in lldb (#9022)Evgeny Pavlov1-0/+37
2017-01-09Use uintptr_t instead of definition of new typeEvgeny Pavlov1-2/+0
2016-12-23Fix build with enabled FEATURE_GDBJIT + remove some #ifdefEvgeny Pavlov1-1/+5
2016-12-22Add support GDB JIT interface for x86/LinuxEvgeny Pavlov1-0/+2
2016-12-19[Linux][GDB-JIT] Fix bugs in gdbjit that break lldb stepping (#8637)Igor Kulaychuk1-1/+1
2016-12-16[Linux][GDB-JIT] Add try/catch blocks to methods in DWARF (#8650)Igor Kulaychuk1-1/+8
2016-12-14[Linux][GDB-JIT] Add simple C++ mangling of method names in GDBJIT DWARF (#8638)Igor Kulaychuk1-0/+5
2016-11-08[Linux][GDB-JIT] Fix lldb stepping issues (#7777)Igor Kulaychuk1-5/+25
2016-10-21[GDBJIT] Generate more complete debug information (#7617)kvochko1-39/+318
2016-10-04[Linux][GDB-JIT] Fix incorrect frame location when we have a lot of locals (#...Evgeny Pavlov1-0/+5
2016-10-03Fix DWARF linetable info provided by GDBJIT (#7444)Igor Kulaychuk1-2/+2
2016-10-01Initial support of local variables and method arguments in GDB JIT interface ...Evgeny Pavlov1-3/+50
2016-09-22[GDB/JIT] Add support for lldb step-over command on managed code (#7273)Dmitri-Botcharnikov1-0/+1
2016-09-06[Linux][LLDB][GDB/JIT] Add support for lldb 'breakpoint set' for jitted code ...Dmitri-Botcharnikov1-0/+7
2016-07-22Use LLVM headers for generation ELF and Dwarf filesEvgeny Pavlov1-418/+2
2016-07-22Use NewArrayHolder instead of raw pointersEvgeny Pavlov1-1/+1
2016-07-22Add GDB JIT support for source line debug information.Dmitri Botcharnikov1-0/+523