summaryrefslogtreecommitdiff
path: root/src/debug
AgeCommit message (Expand)AuthorFilesLines
2017-10-05[x86/Linux][SOS] Fix clrstack command of lldb sosplugin on x86 (#13973)Konstantin Baladurin3-3/+67
2017-10-03[x86/Linux] Fix regdisplay initialization in case of WIN64EXCEPTIONS (#14296)Konstantin Baladurin1-1/+1
2017-09-29[x86/Linux] Fix CopyREGDISPLAY for WIN64EXCEPTIONS (#14254)Konstantin Baladurin1-0/+24
2017-09-28[x86/Linux] Fix typo in SetDebuggerREGDISPLAYFromREGDISPLAY (#14221)Konstantin Baladurin1-1/+1
2017-09-18Change jit notifications so that they pass the native code address. (#14021)David Mason1-4/+25
2017-09-15Merge pull request #13944 from ayuckhulk/fix-arm-set-debuggerregdisplay-from-...Bruce Forstall1-1/+8
2017-09-13[ARM] Fix SetDebuggerREGDISPLAYFromREGDISPLAY() functionIgor Kulaychuk1-1/+8
2017-09-12Fix core dump generation on Centos. (#13887)Mike McLaughlin1-3/+3
2017-09-07Make dumpmd work with tiered jitting. Now displays previous code addresses (#...David Mason3-40/+155
2017-08-31Cleanup CoreLib defines (#13713)Jan Kotas6-146/+0
2017-08-25Delete superfluous check in funceval.cpp (#13598)Jan Kotas1-16/+1
2017-08-23Add unwind info to core dumps. (#13547)Mike McLaughlin9-120/+301
2017-08-15Implement out of context stack unwinder (#13302)Mike McLaughlin1-3/+22
2017-08-14[Linux/ARM] Fix managed breakpoints (#13316)Igor Kulaychuk1-0/+4
2017-08-08Merge pull request #12168 from gbalykov/remove-relocations-readonlyBruce Forstall1-13/+16
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas4-43/+0
2017-08-04typo (#13229)github-john-doe1-1/+1
2017-08-03typo (#13196)github-john-doe1-1/+1
2017-07-28Fix Alpine build (#13052)Jan Vorlicek1-0/+4
2017-07-24Merge pull request #12193 from noahfalk/tiered_jitting_m2Noah Falk9-106/+235
2017-07-24Add the runtime code versioning featurenoahfalk9-106/+235
2017-07-20[Local GC] Refactor usage of GC-internal functions in the DAC (#12458)Sean Gillespie5-16/+59
2017-07-19Remove section headers writing to createdump (#12887)Mike McLaughlin1-91/+1
2017-07-17Make createdump build and work on ARM (#12798)Konstantin Baladurin9-45/+224
2017-07-10Remove relocations for MethodTable's vtable-1st-level-indirectionGleb Balykov1-4/+5
2017-07-10Remove relocations for MethodTable::m_pParentMethodTable for Linux ARMGleb Balykov1-2/+2
2017-07-10Remove relocations for MethodTable::m_pPerInstInfo for Linux ARMGleb Balykov1-3/+5
2017-07-10Remove relocations for MethodTable::m_pWriteableData for Linux ARMGleb Balykov1-1/+1
2017-07-10Remove relocations from SECTION_Readonly for fields not accessed from jit cod...Gleb Balykov1-3/+3
2017-06-27Partially remove relocations from Class section of NGEN-ed images (#11962)Ruben Ayrapetyan1-4/+4
2017-06-23Add ELF program and section headers to core dump. (#12425)Mike McLaughlin7-162/+544
2017-06-23[Local GC] Remove a number of inclusions of handle table private headers from...Sean Gillespie2-0/+10
2017-06-21Fix event, semaphore, mutex create/open to request the maximum allowe… (#12...Koundinya Veluri1-1/+1
2017-06-15[Local GC] Fix a number of handle table interface violations (#12277)Sean Gillespie1-1/+2
2017-06-13Partially remove relocations for ModuleSection (ZapVirtualSectionType). (#11853)Ruben Ayrapetyan1-13/+13
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean3-4/+4
2017-06-09[Local GC] No longer need to initialize SVR dacvars separately (#12173)Sean Gillespie2-7/+0
2017-06-02Remove relocations from SECTION_MethodDesc for ngened images for fields acces...gbalykov1-2/+2
2017-06-01[Local GC] Fix handle table interface violation (#11558)Sean Gillespie1-1/+3
2017-05-30Remove relocations from SECTION_MethodDesc for ngened images (#11394)gbalykov1-28/+23
2017-05-22[x86/Linux] Use CDECL (instead of STDCALL) as STDMETHODCALLTYPEJonghyun Park3-9/+9
2017-05-20Fix ReadMemory error reading DSO link_map name. (#11759)Mike McLaughlin2-6/+16
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas4-70/+1
2017-05-17The createdump utility needs RPATH (#11688)Mike McLaughlin1-0/+11
2017-05-14Fix minidump hang under shipping lldb 3.9.1 (#11591)Mike McLaughlin1-1/+1
2017-05-10[ARM/Linux] Enable build with FEATURE_DBGIPC=0 (#11254)Jonghyun Park1-2/+9
2017-05-09Fix static analysis issues (#11466)Koundinya Veluri1-1/+1
2017-05-09Enable build on old Linux (#11414)Jan Vorlicek1-1/+1
2017-05-03Createdump fixes and cleanup. (#11368)Mike McLaughlin9-124/+166
2017-04-26Enable build with clang 4.0 (#11226)Jan Vorlicek1-2/+2