summaryrefslogtreecommitdiff
path: root/src/vm/gdbjit.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-12-19Enable gdbjit while NI file exist (#15501)chunseoklee1-0/+14
2017-11-22[Arm64] support GBDJIT debug frame (#15174)Steve MacLean1-0/+21
2017-10-09[GDBJIT] Make gdbjit thread-safe & bug fix (#14390)Konstantin Baladurin1-79/+134
2017-09-27[GDBJIT] Provide full file names in generated DWARF (#14172)Igor Kulaychuk1-72/+193
2017-09-13Introduce FEATURE_GDBJIT_SYMTAB (#13567)Konstantin Baladurin1-11/+108
2017-09-12[GDBJIT] Specify C# language in DWARF debug information (#13720)Konstantin Baladurin1-0/+9
2017-09-11[GDBJIT] Fix calculation of debuginfo's size. (#13899)Konstantin Baladurin1-33/+53
2017-08-22Introduce COMPlus_GDBJitEmitDebugFrame (#13515)Jonghyun Park1-0/+1
2017-08-18Introduce COMPlus_GDBJitElfDump (#13448)Jonghyun Park1-16/+32
2017-08-17Support GDBJIT on NI/IL_STUBS (#13417)Jonghyun Park1-3/+15
2017-08-17Introduce FEATURE_GDBJIT_FRAME feature (#13283)Jonghyun Park1-275/+704
2017-08-08Cache both string and its length during GDBJIT setup (#13221)Jonghyun Park1-50/+71
2017-08-07Use placement new to initialize ELF Header (instead of memcpy) (#13218)Jonghyun Park1-24/+11
2017-07-05Jitted Code Pitching Feature implementedsergey ignatov1-1/+1
2017-06-27[Linux][GDB-JIT] Fix memory leak (#12452)Konstantin Baladurin1-51/+51
2017-05-29added DWARF exprloc for static value class fields (#11911)Buyduck1-8/+37
2017-04-18* fixed class size calculation (#10916)Buyduck1-1/+1
2017-04-10* Fixed issue, when structures with many fields had wrong size in dwarf (#10797)Buyduck1-2/+2
2017-04-04Fix 'this' pointer in struct methods (#10668)Igor Kulaychuk1-1/+4
2017-03-30[Linux][GDB-JIT] Remove (nothrow) when using new (#10457)Igor Kulaychuk1-302/+179
2017-03-24[Linux][GDB-JIT] Add lexical scopes info for local variables (#10307)Igor Kulaychuk1-104/+228
2017-03-08Remove CORECLR_GDBJIT length check in gdbjit (#10016)chunseoklee1-1/+1
2017-03-02[Linux][GDB-JIT] Fix lldb type displaying issues (#9906)Igor Kulaychuk1-40/+123
2017-01-30Merge pull request #8564 from lucenticus/x86-gdbjitDan Moseley1-46/+6
2017-01-30[GDB-JIT][Linux] Add support of base classes introspection (#9083)Evgeny Pavlov1-2/+55
2017-01-26[GDB-JIT][Linux] Fix incorrect DWARF offset for primitive types with typedef ...Evgeny Pavlov1-1/+3
2017-01-20[GDB-JIT][Linux] Fix incorrect displaying of (s)byte and char in lldb (#9022)Evgeny Pavlov1-5/+66
2017-01-09Use uintptr_t instead of definition of new typeEvgeny Pavlov1-2/+2
2016-12-23Fix build with enabled FEATURE_GDBJIT + remove some #ifdefEvgeny Pavlov1-46/+6
2016-12-22Add support GDB JIT interface for x86/LinuxEvgeny Pavlov1-3/+3
2016-12-19[Linux][GDB-JIT] Fix bugs in gdbjit that break lldb stepping (#8637)Igor Kulaychuk1-12/+32
2016-12-16[Linux][GDB-JIT] Add try/catch blocks to methods in DWARF (#8650)Igor Kulaychuk1-2/+155
2016-12-14[Linux][GDB-JIT] Add simple C++ mangling of method names in GDBJIT DWARF (#8638)Igor Kulaychuk1-3/+80
2016-12-09Remove sscanf and sprintf usage (#8508)Jan Vorlicek1-5/+6
2016-11-23[GDBJIT] Fix thunk symbol generation for ARM (#8205)Andrey Kvochko1-10/+9
2016-11-15Fix crash in FunctionMemberPtrArrayHolder destructor (#8113)Igor Kulaychuk1-7/+24
2016-11-09[Linux][GDBJIT] Fix crashes related with locals debug info generation (#7874)Evgeny Pavlov1-8/+12
2016-11-08[Linux][GDB-JIT] Fix lldb stepping issues (#7777)Igor Kulaychuk1-195/+373
2016-10-21[GDBJIT] Generate more complete debug information (#7617)kvochko1-412/+873
2016-10-06Fix incorrect index for localsDebug array (#7495)Evgeny Pavlov1-1/+1
2016-10-04[Linux][GDB-JIT] Fix incorrect frame location when we have a lot of locals (#...Evgeny Pavlov1-16/+53
2016-10-03Fix DWARF linetable info provided by GDBJIT (#7444)Igor Kulaychuk1-4/+11
2016-10-01Initial support of local variables and method arguments in GDB JIT interface ...Evgeny Pavlov1-53/+532
2016-09-22[GDB/JIT] Add support for lldb step-over command on managed code (#7273)Dmitri-Botcharnikov1-26/+105
2016-09-17Prevent source line info from being released (#7222)kvochko1-0/+2
2016-09-06[Linux][LLDB][GDB/JIT] Add support for lldb 'breakpoint set' for jitted code ...Dmitri-Botcharnikov1-12/+189
2016-08-19Create SOS SymbolReader managed project and change SOS to use it. (#6783)Mike McLaughlin1-0/+5
2016-08-01Change int return values to BOOL for coreclr delegates (#6551)Evgeny Pavlov1-1/+1
2016-07-25Fix inlining of '__jit_debug_register_code' on ARM32 release buildEvgeny Pavlov1-2/+3
2016-07-22Use LLVM headers for generation ELF and Dwarf filesEvgeny Pavlov1-14/+14