aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
9 hours[lldb] Get shared cache path from inferior, open (#180323)Jason Molenda17-63/+194
12 hours[lldb][NFC] Fix typo in memory read help text (#180301)Alex Langford1-1/+1
14 hoursRevert "[lldb] Fix TSan report on Linux (#179115)"Aiden Grossman3-14/+10
14 hours[lldb-dap] Fix the breakpoint events test. (#180518)Ebuka Ezike3-63/+94
15 hours[lldb][windows] remove unneeded DeleteProcThreadAttributeList call (#180579)Charles Zablit1-3/+0
15 hours[NFC][lldb][windows] extract the UpdateProcThreadAttribute logic (#180565)Charles Zablit2-5/+21
16 hours[lldb] Fix TSan report on Linux (#179115)Sergei Druzhkov3-10/+14
19 hours[lldb] add cross platform test commands in Makefile.rules (#180224)Charles Zablit1-0/+23
19 hours[lldb-dap][windows] fix invalid path substitution for lldb-dap (#180237)Charles Zablit1-1/+1
20 hours[lldb-dap] Bump vscode version (#177008)Sergei Druzhkov2-7/+7
20 hours[lldb] Quit automatically if --batch has no commands to run (#179969)David Spickett2-1/+21
21 hours[lldb-dap][NFC] Add new line to attach message (#180510)Ebuka Ezike1-1/+1
23 hours[lldb] Handle STT_TLS symbol type in ELF parser (#178975)puneeth_aditya_56562-0/+34
23 hours[lldb][test] Rename/remove duplicate methods in API tests (#180250)Michael Buch3-5/+2
3 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
4 days[lldb] [Process/FreeBSD] Assume minimum is FreeBSD 14 (#179587)Minsoo Choo2-28/+2
4 days[lldb][Process] Remove mips64 POSIX support (#179987)Minsoo Choo11-526/+5
4 days[lldb-dap] Remove end line and column from disassemble response (#180037)Ebuka Ezike1-16/+0
4 days[lldb] Remove --debug/-d option from lldb (#179978)David Spickett1-5/+0
4 days[lldb] Add a new way of loading files from a shared cache (#179881)Jason Molenda11-44/+310
4 daysDisable TestCancelAttach.py for linux -> linux remote (#180092)jimingham1-1/+1
4 days[lldb][NFC] Add some override methods to VirtualDataExtractor (#179858)Jason Molenda10-24/+161
4 daysFix the modal private state thread we use for running expressions on the priv...jimingham9-136/+421
4 days[lldb-dap][NFC] Create helper function DAP::ProcessIsNotStopped (#180056)Ebuka Ezike10-13/+15
4 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
5 days[lldb] Remove mips64 support for FreeBSD (#179582)Minsoo Choo12-545/+4
5 days[lldb] [Process/Utility] Update code url for FreeBSD in comments (#178556)Minsoo Choo4-4/+4
5 days[lldb][docs] Add FreeBSD kernel debugging information (#179597)Minsoo Choo1-0/+1
5 days[lldb-dap] Allow evaluate requests without a frame context (#179667)Ebuka Ezike4-52/+124
5 days[lldb-dap] Fix flaky TestDAP_stopped_events.py (#179689)Ebuka Ezike3-16/+45
5 days[lldb][ClangUserExpression][NFC] Move diagnostic fixup into helper functionMichael Buch2-1/+9
5 days[lldb] [Process/FreeBSDKernel] List threads in correct order (#178306)Minsoo Choo1-11/+21
5 days[lldb][Expression] Emit hint to use --c++-ignore-context-qualifiers (#177927)Michael Buch11-20/+128
5 days[lldb][Expression] Add --c++-ignore-context-qualifiers expression evaluation ...Michael Buch19-37/+167
5 days[lldb][Expression] Make __lldb_expr function qualifiers match source context ...Michael Buch26-23/+864
5 days[lldb][Expression] Add API to set/get language-specific expression options (#...Michael Buch7-3/+192
5 days[lldb][test] Add SBExpressionOptions parameter to expect_expr (#177920)Michael Buch1-5/+9
6 days[lldb-dap] fix executable substitution in tests (#179685)Charles Zablit1-1/+3