aboutsummaryrefslogtreecommitdiff
path: root/lldb/tools
AgeCommit message (Expand)AuthorFilesLines
2024-03-12[lldb][debugserver] Update flags past to app launch requestJason Molenda1-0/+2
2024-03-12[lldb] [debugserver] Handle interrupted reads correctly (#84872)Jason Molenda1-3/+13
2024-03-06[lldb][lldb-server] Fix pipe spelling mistake in log messageDavid Spickett1-1/+1
2024-03-05[lldb] Print a message when background tasks take a while to complete (#82799)Jonas Devlieghere1-1/+14
2024-02-29[lldb] [debugserver] fix qLaunchSuccess error, add QErrorStringInPacketSuppor...Jason Molenda2-160/+168
2024-02-28[lldb] Remove -d(ebug) mode from the lldb driver (#83330)Jonas Devlieghere2-16/+0
2024-02-28[lldb-dap] Deduplicate watchpoints starting at the same address on SetDataBre...Zequan Wu3-11/+33
2024-02-27[lldb][dap] Avoid concurrent `HandleCommand` calls (#83162)Jordan Rupprecht1-1/+11
2024-02-26[lldb] Remove LLDB_DEBUGSERVER_CODESIGN_IDENTITY (NFC)Jonas Devlieghere1-4/+0
2024-02-26Change debugserver to report the cpu(sub)type of process, not the host.Adrian Prantl5-48/+87
2024-02-22Re-land [lldb-dap] Add support for data breakpoint. (#81909)Zequan Wu5-34/+392
2024-02-20[lldb-dap] Do not write over the existing error if launchCommands fail during...John Harrison1-1/+3
2024-02-14Revert "[lldb-dap] Add support for data breakpoint. (#81541)" (#81812)Prabhuk5-358/+34
2024-02-13[lldb-dap] Add support for data breakpoint. (#81541)Zequan Wu5-34/+358
2024-02-13[lldb-dap][NFC] Add Breakpoint struct to share common logic. (#80753)Zequan Wu12-402/+458
2024-02-07[lldb] [NFC] Remove min pkt size for compression setting (#81075)Jason Molenda1-24/+1
2024-02-05[lldb] Add QSupported key to report watchpoint types supported (#80376)Jason Molenda1-13/+17
2024-01-31[lldb] Add support for large watchpoints in lldb (#79962)Jason Molenda1-8/+11
2024-01-20[lldb] Fix build error in lldb-dap.cpp (NFC)Jie Fu1-1/+1
2024-01-19[lldb-dap] Add a CMake variable for defining a welcome message (#78811)Walter Erquinigo2-4/+22
2024-01-17[lldb] Upstream xros support in lldb (#78389)Jonas Devlieghere2-4/+19
2024-01-17[lldb-dap] Adjusting how repl-mode auto determines commands vs variable expre...John Harrison3-53/+65
2024-01-16Work around a bug in the interaction between newer dyld's and older simulator...jimingham1-0/+8
2024-01-16[lldb] Add LLDB_BUG_REPORT_URL macro to allow a different URL for lldb bug re...Zequan Wu3-2/+9
2024-01-12[lldb-dap] Updating VariableDescription to use GetDescription() as a fallback...John Harrison3-14/+42
2024-01-09[lldb-dap] Create a typescript extension for lldb-dap (#75515)Walter Erquinigo14-441/+2619
2024-01-09[lldb] DWARFDIE: Follow DW_AT_specification when computing CompilerCo… (#77...Adrian Prantl1-0/+4
2024-01-02[lldb-dap] Emit more structured info along with variables (#75244)Walter Erquinigo4-143/+200
2023-12-16[lldb] Use StringRef::{starts,ends}_with (NFC)Kazu Hirata3-4/+5
2023-12-14[lldb-dap] Implement command directives (#74808)Walter Erquinigo6-60/+196
2023-12-12[lldb] Make only one function that needs to be implemented when searching for...Greg Clayton1-22/+26
2023-12-11[lldb-dap] Emit declarations along with variables (#74865)Walter Erquinigo1-0/+41
2023-12-11[lldb-dap] Include [opt] in the frame name only if a custom frame format is n...Walter Erquinigo1-2/+4
2023-11-30[lldb-dap] Fixing a type encoding issue with dap Stopped events. (#72292)John Harrison1-5/+5
2023-11-30Send an explicit interrupt to cancel an attach waitfor. (#72565)jimingham1-2/+28
2023-11-20Fix command escape bug in lldb-dap (#72902)jeffreytan811-1/+1
2023-11-14[lldb-dap] Add an option to provide a format for threads (#72196)Walter Erquinigo5-19/+56
2023-11-13[lldb-dap] Add an option to provide a format for stack frames (#71843)Walter Erquinigo5-5/+43
2023-11-08Improve VSCode DAP logpoint value summary (#71723)jeffreytan813-5/+12
2023-11-03[lldb][NFC] Use UNUSED_IF_ASSERT_DISABLED instead of (void) castDavid Spickett1-1/+1
2023-11-01[lldb] [debugserver] Shut down the exception thread when clearing (#70979)Jason Molenda1-0/+2
2023-10-27[lldb][lldb-dap] Remove extra spaces at the end of --help examplesDavid Spickett1-1/+1
2023-10-25[lldb-vscode] Allow specifying a custom escape prefix for LLDB commands (#69238)Walter Erquinigo6-11/+36
2023-10-24Expose DWARFDIE::GetDeclContext() in lldb_private::Function. (#69981)Adrian Prantl1-4/+4
2023-10-20[lldb] Remove more references to lldb-vscode (#69696)David Spickett1-5/+5
2023-10-19[lldb] Rename lldb-vscode to lldb-dap (#69264)Jonas Devlieghere37-590/+582
2023-10-17[lldb][lldb-vscode] Add example configuration for connecting to a remote gdbs...David Spickett1-0/+32
2023-10-11[lldb-vscode] Update installation instructions (#68234)Walter Erquinigo1-55/+60
2023-10-04[lldb] [debugserver] Add spaces between sentences in a CMake warning. NFC.Martin Storsjö1-2/+2
2023-09-25[lldb] [debugserver] Preserve signing bits on lr in debugserver (#67384)Jason Molenda1-2/+18