summaryrefslogtreecommitdiff
path: root/src/debug
AgeCommit message (Expand)AuthorFilesLines
2018-08-10CORDbgSetInstruction: clear thumb bit of the address before flushing icache (...Konstantin Baladurin1-1/+1
2018-08-06Only register signals and create alt exception stack in coreclr. (#19309)Mike McLaughlin1-16/+25
2018-08-01Enable ARM64 builds using release product toolsBruce Forstall2-68/+46
2018-08-01Allow rejit on attach (#19054)David Mason1-2/+7
2018-07-31Delete FEATURE_IPCMAN (#19212)Jan Kotas6-108/+2
2018-07-17Delete redundant broken offsetof definitions (#18947)Jan Kotas1-0/+1
2018-07-12Add prefix to DAC's PAL exports for alpine (#18873)Mike McLaughlin1-2/+5
2018-07-10GS cookie check fix for debugger stackwalks portJuan Sebastian Hoyos Ayala3-3/+5
2018-06-29Remove relocations for vtable chunks (#17147)Gleb Balykov2-14/+38
2018-06-28Typo (#18684)John Doe1-3/+3
2018-06-22Fix incorrect usage of ILCodeVersion::AsNode (issue #18602) (#18606)Noah Falk1-1/+1
2018-06-14clean up list of disabled warnings. (#18318)Sergey Andreenko1-1/+1
2018-06-11Fix PCODE not having thumb bit set when comparing two addresses (#18247)Chris Sienkiewicz1-1/+1
2018-06-07Allow ILCodeVersion to fallback to default IL (#18322)Noah Falk1-5/+5
2018-06-03Typo (#18266)John Doe4-5/+5
2018-06-03Warnings cleanup (#18260)Robin Sue4-10/+1
2018-05-31Arm stepping fixes (#18129)Chris Sienkiewicz2-6/+4
2018-05-27Typo (#18141)John Doe6-16/+16
2018-05-24Typo (#18122)John Doe6-13/+13
2018-05-24[Arm64] debugging work (#17993)David Wrighton7-34/+175
2018-05-24Fix a variety of typos (#18096)John Doe3-3/+3
2018-05-21 Implement ICorDebugILFrame3::GetReturnValueForILOffset on arm32 (#18050)Chris Sienkiewicz9-32/+100
2018-05-14Fix multicast delegate step from delegate (#17990)David Wrighton2-4/+4
2018-05-04Fix System.String over-allocation (#17876)Jan Kotas1-1/+1
2018-04-17Unix/x64 ABI cleanupCarol Eidt1-2/+2
2018-04-16[x86/Linux] Fix ICorDebug frames API (#17436)Igor Kulaychuk2-18/+18
2018-04-07Fix OpenVirtualProcess SIGSEGV on Linux. (#17444)Mike McLaughlin2-43/+133
2018-04-05Rename conflicting definitions VER_MAJOR/MINORVERSION macros (#17364)Jan Kotas2-6/+6
2018-03-31Delete dead code to support OSes prior to Windows 7 (#17367)Jan Kotas2-51/+2
2018-03-23Fix Linux/x86 FuncEvalHijack stack alignment (#17143)Igor Kulaychuk1-1/+5
2018-03-19Add new ICLRDebuggingLibraryProvider2 interface for OpenVirtualProces that wo...Mike McLaughlin1-80/+134
2018-03-17Add environment variable (COMPlus_EnableDiagnostics) to disable debugging and...Mike McLaughlin3-73/+42
2018-03-13Revert "Revert "Fix handling of incorrect assemblies on Unix (#16747)" (#1679...Jan Kotas1-1/+1
2018-03-06Revert "Fix handling of incorrect assemblies on Unix (#16747)" (#16790)Jan Kotas1-1/+1
2018-03-05Fix handling of incorrect assemblies on Unix (#16747)Ruben Ayrapetyan1-1/+1
2018-02-26Fixed mixed mode attach/JIT debugging. (#16552)Mike McLaughlin6-284/+197
2018-02-22Remove relocations for MethodTable::m_pParentMethodTable for Linux ARM (#15915)gbalykov1-2/+2
2018-02-17delete unused mirror files (#16423)Sergey Andreenko36-36/+0
2018-02-11Fix stack trace population to get proper source/line info for tier 1 methods ...Koundinya Veluri3-15/+31
2018-02-09Debugger api to set a breakpoint on offset 0 of all methods (#16303)David Mason8-42/+108
2018-02-09Revert "Debugger api to set a breakpoint on offset 0 of all methods (#15819)"Jan Kotas8-108/+42
2018-02-09Revert "fix for issue #16289 (#16291)"Jan Kotas1-1/+1
2018-02-09fix for issue #16289 (#16291)David Mason1-1/+1
2018-02-08Debugger api to set a breakpoint on offset 0 of all methods (#15819)David Mason8-42/+108
2018-02-02Fix GetILToNativeMapping3 to return mappings for the specified code start add...Koundinya Veluri3-27/+49
2018-01-25Revert "Add environment variable (COMPlus_EnableDiagnostics) to disable debug...Russ Keldorph3-42/+73
2018-01-24Add "CLRJitAttachState" global export from coreclr.dll that contains the CLR_...Mike McLaughlin2-15/+10
2018-01-17Add environment variable (COMPlus_EnableDiagnostics) to disable debugging and...Mike McLaughlin3-73/+42
2018-01-13Revert "Remove relocations for MethodTable::m_pParentMethodTable for Linux ARM"Jan Kotas1-2/+2
2017-12-27Resolve race in ShimProxyCallback::AddRef (#15643)Ben Adams1-2/+1