aboutsummaryrefslogtreecommitdiff
path: root/lldb/tools/lldb-vscode
AgeCommit message (Expand)AuthorFilesLines
2023-07-19[lldb-vscode] Creating a new flag for adjusting the behavior of evaluation re...John Harrison5-63/+239
2023-07-13[lldb] Add missing StringExtras.h includesElliot Goodrich1-0/+1
2023-07-11Revert "[lldb-vscode] Creating a new flag for adjusting the behavior of evalu...Shubham Sandeep Rastogi5-234/+63
2023-07-11[lldb-vscode] Creating a new flag for adjusting the behavior of evaluation re...John Harrison5-63/+234
2023-07-06[lldb-vscode] Adding support for column break points.John Harrison3-3/+19
2023-06-29[lldb-vscode] Adjusting CreateSource to detect compiler generated frames.John Harrison1-2/+8
2023-06-29[lldb-vscode] Prior to running the launchCommands during a launch request set...John Harrison2-0/+4
2023-06-29Creating a startDebugging reverse DAP request handler in lldb-vscode.John Harrison5-55/+219
2023-05-22[lldb] Add support for negative integer to {SB,}StructuredDataMed Ismail Bennani1-2/+5
2023-05-11[lldb-vscode] Fix handling of RestartRequest arguments.Jorge Gorbe Moya1-5/+7
2023-05-02[lldb-vscode] Implement RestartRequestJorge Gorbe Moya3-74/+221
2023-04-10[lldb-vscode] Fix two issues with runInTerminal test.Jorge Gorbe Moya4-9/+54
2023-03-07[lldb-vscode] Use `expression` command for completionDave Lee1-2/+3
2023-01-12[OptTable] Precompute OptTable prefixes union table through tablegenserge-sans-paille1-2/+2
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille1-1/+1
2023-01-07[lldb] Remove remaining uses of llvm::Optional (NFC)Kazu Hirata1-1/+0
2023-01-07[lldb] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata5-23/+23
2023-01-07[lldb] Add #include <optional> (NFC)Kazu Hirata5-0/+5
2022-12-27[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille1-1/+4
2022-12-25Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...Vitaly Buka1-4/+1
2022-12-24Fix lldb option handling since e953ae5bbc313fd0cc980ce021d487e5b5199ea4 (part 2)serge-sans-paille1-1/+4
2022-12-24[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille1-1/+1
2022-12-23Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...serge-sans-paille1-1/+1
2022-12-23[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille1-1/+1
2022-12-23Revert "[clang] Use a StringRef instead of a raw char pointer to store builti...serge-sans-paille1-1/+1
2022-12-23[clang] Use a StringRef instead of a raw char pointer to store builtin and ca...serge-sans-paille1-1/+1
2022-12-19Revert "[lldb] Remove redundant .c_str() and .get() calls"Muhammad Omair Javaid1-1/+1
2022-12-18[lldb] Remove redundant .c_str() and .get() callsFangrui Song1-1/+1
2022-12-16JSON: llvm::Optional => std::optionalFangrui Song2-4/+4
2022-12-08Store OptTable::Info::Name as a StringRefserge-sans-paille1-1/+1
2022-12-04[lldb] Use std::nullopt instead of None (NFC)Kazu Hirata2-9/+10
2022-11-23Revert "Add runToBinaryEntry option for lldb-vscode"Pavel Labath4-105/+22
2022-11-22Add runToBinaryEntry option for lldb-vscodeJeffrey Tan4-22/+105
2022-11-16Revert "Send statistics in initialized event"Pavel Labath3-14/+2
2022-11-15Send statistics in initialized eventGeorge Hu3-2/+14
2022-11-15[lldb-vscode] Send Selected Statistics Dump in Terminated EventWanyi Ye3-2/+77
2022-11-04Revert "[lldb-vscode] Send Statistics Dump in terminated event"George Hu3-77/+2
2022-11-03[lldb-vscode] Send Statistics Dump in terminated eventWanyi Ye3-2/+77
2022-11-01Add formatting support for VSCode logpoints messageJeffrey Tan2-8/+178
2022-10-27[lldb-vscode] Don't call SBValue.GetError after generating a summary.Jorge Gorbe Moya1-16/+17
2022-10-26Revert "[lldb-vscode] Send Statistics Dump in terminated event"Wanyi Ye3-23/+1
2022-10-25[lldb-vscode] Send Statistics Dump in terminated eventWanyi Ye3-1/+23
2022-10-25Fix exception description in lldb-vscodeJeffrey Tan1-1/+1
2022-10-12Summary: This documentation patch adds information to allow remote users to a...Henrique Bucher1-0/+8
2022-10-11Prevent lldb-vscode tests from source lldbinit fileJeffrey Tan1-1/+8
2022-09-29When there are variable errors, display an error in VS Code's local variables...Greg Clayton1-0/+25
2022-09-28Revert "When there are variable errors, display an error in VS Code's local v...Nico Weber1-25/+0
2022-09-28When there are variable errors, display an error in VS Code's local variables...Greg Clayton1-0/+25
2022-08-22Modify all register values whose byte size matches the address size to be for...Greg Clayton1-0/+19
2022-08-17[LLDB][NFC] Suppress spurious static inspection warningsSlava Gurevich1-0/+14