aboutsummaryrefslogtreecommitdiff
path: root/lldb/tools
AgeCommit message (Expand)AuthorFilesLines
2024-06-08[lldb] Remove redundant c_str() calls in stream output (NFC) (#94839)Shivam Gupta1-5/+4
2024-06-07Revert "Reapply PR/87550 (#94625)"Felipe de Azevedo Piovezan3-59/+13
2024-06-07Reapply PR/87550 (#94625)Vy Nguyen3-13/+59
2024-05-30[lldb-dap] Don't call GetNumChildren on non-indexed synthetic variables (#93534)Pavel Labath1-22/+23
2024-05-29Revert "[lldb][lldb-dap] Cleanup breakpoint filters." (#93739)gulfemsavrun3-36/+13
2024-05-29[lldb][lldb-dap] Cleanup breakpoint filters. (#87550)Vy Nguyen3-13/+36
2024-05-29[lldb-dap] Add timestamps to protocol logs (#93540)Pavel Labath1-4/+9
2024-05-25[lldb] Revise IDE folder structure (#89748)Michael Kruse4-3/+2
2024-05-24[lldb-dap] Send terminated event only once (#93172)Pavel Labath2-7/+8
2024-05-21[lldb-dap] Don't send expanded descriptions for "hover" expressions (#92726)Pavel Labath1-3/+3
2024-05-17[lldb-dap] Bump the version to 0.2.1Jonas Devlieghere1-1/+1
2024-05-17[lldb-dap] Correctly detect alias commands with arguments in repl (#92137)Pavel Labath1-3/+5
2024-05-16[lldb-dap] Separate user and developer documentation (#92428)Jonas Devlieghere1-135/+21
2024-05-16[lldb-dap] Update repository in package.jsonJonas Devlieghere1-1/+1
2024-05-16[lldb] Fixed an invalid error message in the DAP disconnect response (#92345)Dmitry Vasilyev1-1/+1
2024-05-15[lldb-dap] Support publishing to the VSCode market place (#92320)Jonas Devlieghere1-1/+2
2024-05-15[lldb-dap] Include npm install in the extension installation steps (#92028)Walter Erquinigo1-0/+2
2024-05-10[lldb-dap] Fix a race during shutdown (#91591)Pavel Labath3-22/+10
2024-05-07[lldb] Request crash report when prompting for a bug report on Darwin (#91371)Jonas Devlieghere2-0/+12
2024-05-07[lldb] Have lldb-server assign ports to children in platform mode (#88845)Anthony Ha1-13/+36
2024-05-06[lldb-dap] Don't fail when SBProcess::GetMemoryRegionInfo returns error. (#87...Zequan Wu1-19/+15
2024-05-04Add clarifying parenthesis around non-trivial conditions in ternary expressio...luolent1-1/+1
2024-05-03Fix dap variable value format issue (#90799)jeffreytan811-3/+8
2024-05-02[lldb] [debugserver] address preprocessor warning, extra arg (#90808)Jason Molenda2-21/+24
2024-05-02[lldb-dap] Minor cleanup.Zequan Wu1-2/+1
2024-04-26[lldb][sbapi] Fix API break in SBDebugger broadcast bits (#90261)Chelsea Cassanova1-2/+2
2024-04-25Initial step in targets DAP support (#86623)jeffreytan812-2/+146
2024-04-25[lldb-dap] Report exit status message in lldb-dap, same as lldb cli (#89405)Miro Bucko1-0/+5
2024-04-22[lldb][dap] always add column field in StackFrame body (#73393)Xu Jun1-2/+3
2024-04-11Reland "[lldb][sbdebugger] Move SBDebugger Broadcast bit enum into ll… (#88...Chelsea Cassanova1-2/+2
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