aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
4 hours[lldb] Implement DenseMapInfo for UUID (#180854)Jonas Devlieghere2-0/+63
6 hours[LLDB] Fix tablegen paths for KDP and IntelPT properties (#180835)Nerixyz2-2/+2
8 hours[LLDB] Set and verify paths of properties from tablegen (#179524)Nerixyz48-58/+134
11 hours[lldb-dap][windows] add support for out of PATH python.dll resolution (#179306)Charles Zablit9-97/+185
18 hours[lldb][test] Skip TestLaunchProcessPosixSpawn.pyMichael Buch1-0/+1
27 hours[lldb] Get shared cache path from inferior, open (#180323)Jason Molenda17-63/+194
30 hours[lldb][NFC] Fix typo in memory read help text (#180301)Alex Langford1-1/+1
32 hoursRevert "[lldb] Fix TSan report on Linux (#179115)"Aiden Grossman3-14/+10
33 hours[lldb-dap] Fix the breakpoint events test. (#180518)Ebuka Ezike3-63/+94
33 hours[lldb][windows] remove unneeded DeleteProcThreadAttributeList call (#180579)Charles Zablit1-3/+0
33 hours[NFC][lldb][windows] extract the UpdateProcThreadAttribute logic (#180565)Charles Zablit2-5/+21
34 hours[lldb] Fix TSan report on Linux (#179115)Sergei Druzhkov3-10/+14
37 hours[lldb] add cross platform test commands in Makefile.rules (#180224)Charles Zablit1-0/+23
37 hours[lldb-dap][windows] fix invalid path substitution for lldb-dap (#180237)Charles Zablit1-1/+1
38 hours[lldb-dap] Bump vscode version (#177008)Sergei Druzhkov2-7/+7
38 hours[lldb] Quit automatically if --batch has no commands to run (#179969)David Spickett2-1/+21
39 hours[lldb-dap][NFC] Add new line to attach message (#180510)Ebuka Ezike1-1/+1
41 hours[lldb] Handle STT_TLS symbol type in ELF parser (#178975)puneeth_aditya_56562-0/+34
41 hours[lldb][test] Rename/remove duplicate methods in API tests (#180250)Michael Buch3-5/+2
4 days[lldb][NFC] Fix the SPI prototypes in HostInfoMacOSX.mmJason Molenda1-18/+25
4 daysMake StopInfoMachException return the right data. (#180088)jimingham4-0/+73
4 daysCleanup the use of m_is_secondary_thread from PR #179799. (#180255)jimingham2-7/+6
4 days[lldb][test] TestTemplateDiagnosticHint.py: XFAIL on WindowsMichael Buch1-0/+1
4 days[lldb-dap] Add validation for RunInTerminal client capability (#180213)Ebuka Ezike4-4/+35
4 days[lldb] Refactor JSONTransport own MainLoop read handle. (#179564)John Harrison16-111/+77
4 daysRevert "[lldb-dap] fix executable substitution in tests (#179685)" (#180241)Charles Zablit1-3/+1
4 days[lldb][ClangUserExpression] Emit workaround hint when trying to call function...Michael Buch5-0/+93
4 days[lldb][FreeBSD] Remove MIPS64 unit tests (#180207)David Spickett1-69/+0
5 days[lldb] [Process/FreeBSD] Assume minimum is FreeBSD 14 (#179587)Minsoo Choo2-28/+2
5 days[lldb][Process] Remove mips64 POSIX support (#179987)Minsoo Choo11-526/+5
5 days[lldb-dap] Remove end line and column from disassemble response (#180037)Ebuka Ezike1-16/+0
5 days[lldb] Remove --debug/-d option from lldb (#179978)David Spickett1-5/+0
5 days[lldb] Add a new way of loading files from a shared cache (#179881)Jason Molenda11-44/+310
5 daysDisable TestCancelAttach.py for linux -> linux remote (#180092)jimingham1-1/+1
5 days[lldb][NFC] Add some override methods to VirtualDataExtractor (#179858)Jason Molenda10-24/+161
5 daysFix the modal private state thread we use for running expressions on the priv...jimingham9-136/+421
5 days[lldb-dap][NFC] Create helper function DAP::ProcessIsNotStopped (#180056)Ebuka Ezike10-13/+15
5 days[lldb-dap] Split the launch IO redirection tests. (#179974)Ebuka Ezike3-158/+115
5 days[lldb] Broadcast `eBroadcastBitStackChanged` when frame providers change (#17...Adrian Vogelsgesang3-23/+119
5 days[lldb] Return Expected<ModuleSP> from Process::ReadModuleFromMemory (#179583)Alex Langford11-62/+160
5 daysPrevents a potential lock inversion in StatusLine when shutting down. (#179789)jimingham1-28/+29
5 days[lldb-dap] Improving stability of TestDAP_launch_commands. (#179783)John Harrison1-3/+3
6 days[lldb] Remove mips64 support for FreeBSD (#179582)Minsoo Choo12-545/+4
6 days[lldb] [Process/Utility] Update code url for FreeBSD in comments (#178556)Minsoo Choo4-4/+4
6 days[lldb][docs] Add FreeBSD kernel debugging information (#179597)Minsoo Choo1-0/+1
6 days[lldb-dap] Allow evaluate requests without a frame context (#179667)Ebuka Ezike4-52/+124
6 days[lldb-dap] Fix flaky TestDAP_stopped_events.py (#179689)Ebuka Ezike3-16/+45
6 days[lldb][ClangUserExpression][NFC] Move diagnostic fixup into helper functionMichael Buch2-1/+9
6 days[lldb] [Process/FreeBSDKernel] List threads in correct order (#178306)Minsoo Choo1-11/+21
6 days[lldb][Expression] Emit hint to use --c++-ignore-context-qualifiers (#177927)Michael Buch11-20/+128