summaryrefslogtreecommitdiff
path: root/src/ToolBox/SOS/Strike/util.h
AgeCommit message (Expand)AuthorFilesLines
2019-06-20Remove SOS and lldb plugin (#25220)Mike McLaughlin1-3222/+0
2019-05-28Improve performance of !dumpasync SOS commandStephen Toub1-1/+1
2019-04-03Remove ADID and ADIndex from CoreCLR (#23588)David Wrighton1-2/+0
2018-11-07Improve DumpAsync SOS command (#20845)Stephen Toub1-0/+2
2018-10-25Add DumpDelegate sos command (#20591)Stephen Toub1-0/+2
2018-10-05Add printing of LoaderAllocator to MethodTable in SOS (#20255)Jan Vorlicek1-0/+1
2018-09-06Add support for collectible types to SOS (#19842)Jan Vorlicek1-1/+9
2018-05-31Add additional features to SOS DumpAsync command (#18213)Stephen Toub1-0/+1
2018-05-29Add sos DumpAsync command (#18160)Stephen Toub1-1/+1
2018-05-23SOS Fixes for windows arm32 (#18090)Chris Sienkiewicz1-0/+13
2018-03-02Use TARGET_POINTER_SIZE macro (#16640)Egor Chesakov1-0/+4
2018-02-25Delete printing of security transparency in SOS (#16560)Jan Kotas1-21/+0
2017-08-25Enable clrstack -f in ARM/LinuxJonghyun Park1-2/+5
2017-04-13Create ELF core dump on coreclr exceptions and signals. (#10902)Mike McLaughlin1-78/+1
2016-12-13Enable interop debugging for Windows amd64 and x86. (#8603)Mike McLaughlin1-6/+6
2016-10-28Remove some unused PAL functions (#7873)Jan Vorlicek1-4/+0
2016-08-19Create SOS SymbolReader managed project and change SOS to use it. (#6783)Mike McLaughlin1-37/+42
2016-08-15Arm64 Sos fixes forRama Krishnan Raghupathy1-1/+0
2016-08-04Cache failure to initialize SymbolReader logic in SOS.Aditya Mandaleeka1-1/+1
2016-08-01Change int return values to BOOL for coreclr delegates (#6551)Evgeny Pavlov1-4/+4
2016-06-30[SOS] [Linux] Initial support of reading source and line number by native off...Evgeny Pavlov1-0/+6
2016-06-23[SOS][Linux] Support of reading local variables from portable PDB (#5897)Evgeny Pavlov1-0/+3
2016-06-15Initial support of breakpoint setting by source file + line on Linux using po...Evgeny Pavlov1-8/+19
2016-05-19ARM, SOS: correct IP and SP value in ClrStack command (#5077)SaeHie Park1-1/+1
2016-05-08ARM: Fix SOS stack dump command failure (#4774)SaeHie Park1-1/+1
2016-04-22Fixes various SOS problems and issues.Mike McLaughlin1-0/+1
2016-02-25Create a version resilient interface between sos (libsos.so) and the lldb pluginMike McLaughlin1-4/+2
2016-02-18Do not define global inline new/delete operatorsMike Danes1-13/+0
2016-01-27Update license headersdotnet-bot1-4/+3
2015-12-02Some SOS fixes/cleanup (bpmd, setclrpath, setsostid).Mike McLaughlin1-0/+2
2015-09-08Replace MAX_PATH with new defines, rest of coreclr.Lakshmi Priya Sekar1-3/+3
2015-08-22Enable gcroot and other gc related sos commands.Mike McLaughlin1-42/+28
2015-07-30Merge pull request #1292 from kangaroo/aarch64Jan Kotas1-1/+1
2015-07-29Fix prefast warnings in CLR codeEugene Zemtsov1-1/+1
2015-07-27[aarch64] Initial aarch64/linux bring upGeoff Norton1-1/+1
2015-06-19Enable bpmd command even unjitted functions work.Mike McLaughlin1-2/+9
2015-06-01General cleanup. Don't install libdebug-pal.a. Ifdef some DEBUG only code.Mike McLaughlin1-7/+1
2015-04-27Replace hash_map/set with unordered_map/setDick van den Brink1-10/+10
2015-04-01Fix next round of warning typesJan Vorlicek1-1/+1
2015-03-27Enabling the ClrStack command ICorDebug option (-i) to use to test DBI.Mike McLaughlin1-7/+4
2015-03-26Fix about 12 kinds of warnings over the codebaseJan Vorlicek1-1/+1
2015-03-19Enable the rest of the Dump commands and supporting functions.Mike McLaughlin1-4/+0
2015-03-16Build the PrintException command and related support functions.Mike McLaughlin1-2/+2
2015-03-13Fix CI build failures. Undefined functions.Mike McLaughlin1-1/+2
2015-03-10The "ClrStack" command and related functions now build.Mike McLaughlin1-4/+1
2015-02-13Fix building under linux on a linux file system (instead of mounted windows n...Mike McLaughlin1-1/+1
2015-02-12These changes are the beginning of the SOS for coreclr under lldb. It isn't f...mikem83611-3/+16
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+3290