aboutsummaryrefslogtreecommitdiff
path: root/lldb/tools
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-12Improve error msg in DNBProcessAttach if we can't stop inferiorJason Molenda1-1/+3
2023-07-12Improve error messaging when debugserver fails to complete attachingJason Molenda5-17/+68
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-07-05[lldb] Deprecate SBHostOS threading functionalityAlex Langford1-2/+0
2023-07-04[lldb] Replace llvm::writeFileAtomically with llvm::writeToOutput API.Haojian Wu1-32/+8
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-06-21Add two new entitlements when debugserver is built by AppleJason Molenda2-0/+8
2023-06-01Prevent some spurious error messages in the debugserver logs.Jim Ingham1-1/+5
2023-05-27Reland "[CMake] Bumps minimum version to 3.20.0.Mark de Wever1-8/+1
2023-05-22[lldb] Add support for negative integer to {SB,}StructuredDataMed Ismail Bennani1-2/+5
2023-05-17Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Nico Weber1-1/+8
2023-05-13Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever1-8/+1
2023-05-11[lldb-vscode] Fix handling of RestartRequest arguments.Jorge Gorbe Moya1-5/+7
2023-05-08Add a new report_load_commands option to jGetLoadedDynamicLibrariesInfosJason Molenda5-160/+52
2023-05-06Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever1-1/+8
2023-05-06Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever1-8/+1
2023-05-04Add AArch64 MASK watchpoint support in debugserverJason Molenda2-32/+127
2023-05-02[lldb-vscode] Implement RestartRequestJorge Gorbe Moya3-74/+221
2023-04-28Refactor and generalize AArch64 watchpoint support in debugserverJason Molenda2-125/+186
2023-04-28Remove i386 and armv7 native support in debugserverJason Molenda9-5560/+20
2023-04-15Revert "Revert "Revert "[CMake] Bumps minimum version to 3.20.0."""Mark de Wever1-1/+8
2023-04-15Revert "Revert "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever1-8/+1
2023-04-12AArch64 debugserver parse ESR register for watchpointsJason Molenda7-2/+291
2023-04-10[lldb-vscode] Fix two issues with runInTerminal test.Jorge Gorbe Moya4-9/+54
2023-03-31[debugserver] Fix ARM64 logsAlex Langford1-16/+19
2023-03-30[lldb] Fix macos build after e64cc756819d (2/2)Jonas Devlieghere1-2/+6
2023-03-30[lldb] Fix macos build after e64cc756819dJonas Devlieghere1-4/+3
2023-03-30[lldb-server/linux] Use waitpid(-1) to collect inferior eventsPavel Labath1-7/+7
2023-03-27Revert "[lldb-server] Use Platform plugin corresponding to the host"Alex Langford2-28/+0
2023-03-23[lldb-server] Use Platform plugin corresponding to the hostAlex Langford2-0/+28
2023-03-22Revert "Remove the LINK_COMPONENTS entry from lldb-instr CMakery"Heejin Ahn1-0/+2
2023-03-18Revert "Reland "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever1-1/+8
2023-03-18Reland "[CMake] Bumps minimum version to 3.20.0."Mark de Wever1-8/+1
2023-03-07[lldb-vscode] Use `expression` command for completionDave Lee1-2/+3
2023-03-04Revert "[CMake] Bumps minimum version to 3.20.0."Mark de Wever1-1/+8
2023-03-04[CMake] Bumps minimum version to 3.20.0.Mark de Wever1-8/+1
2023-02-28Put the arch-dep debugserver files in main CMakeLists.txtJason Molenda2-19/+8
2023-02-28Update debugserver xcode proj to build with c++17Jason Molenda2-6/+6
2023-02-23[debugserver] Add one additional sleep before attaching after waitingAlex Langford1-0/+8
2023-02-15[debugserver] Initialize logging earlier in the startup sequenceAlex Langford1-16/+17
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott1-1/+1
2023-01-20Remove the LINK_COMPONENTS entry from lldb-instr CMakeryJim Ingham1-2/+0
2023-01-15[lldb] Fix comments referring to BCR_M_IMVA_MATCHSaagar Jha1-2/+2
2023-01-12[OptTable] Precompute OptTable prefixes union table through tablegenserge-sans-paille3-6/+6