summaryrefslogtreecommitdiff
path: root/src/vm/gdbjit.h
AgeCommit message (Expand)AuthorFilesLines
2017-10-09[GDBJIT] Make gdbjit thread-safe & bug fix (#14390)Konstantin Baladurin1-2/+6
2017-09-27[GDBJIT] Provide full file names in generated DWARF (#14172)Igor Kulaychuk1-4/+6
2017-09-13Introduce FEATURE_GDBJIT_SYMTAB (#13567)Konstantin Baladurin1-1/+4
2017-09-11[GDBJIT] Fix calculation of debuginfo's size. (#13899)Konstantin Baladurin1-0/+9
2017-08-18Introduce COMPlus_GDBJitElfDump (#13448)Jonghyun Park1-3/+0
2017-08-17Support GDBJIT on NI/IL_STUBS (#13417)Jonghyun Park1-2/+2
2017-08-17Introduce FEATURE_GDBJIT_FRAME feature (#13283)Jonghyun Park1-4/+8
2017-08-07Use placement new to initialize ELF Header (instead of memcpy) (#13218)Jonghyun Park1-1/+0
2017-07-05Jitted Code Pitching Feature implementedsergey ignatov1-1/+1
2017-06-27[Linux][GDB-JIT] Fix memory leak (#12452)Konstantin Baladurin1-6/+6
2017-05-18[GDBJIT] Fix incomplete type build error (#11706)Jonghyun Park1-0/+2
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