summaryrefslogtreecommitdiffstats
path: root/lldb (follow)
Commit message (Expand)AuthorAgeLines
* [lldb] Remove unused include in ScriptedProcessInterface.hDave Lee2022-03-10-1/+0
* [lldb] Call ThreadPlan::DiscardPlan from Thread::DiscardPlanDave Lee2022-03-10-1/+1
* lldb/ObjectFile,Disassembler: read some state from the executableSaleem Abdulrasool2022-03-10-0/+51
* [lldb] Always listen for progress events in the default event handlerJonas Devlieghere2022-03-10-4/+2
* [LLDB][NativePDB] Add support for S_DEFRANGE_REGISTER and S_DEFRANGE_SUBFIELD...Zequan Wu2022-03-10-20/+731
* [lldb] Remove extra space in step logging messageDave Lee2022-03-10-1/+1
* [lldb/gdb-remote] Remove ancient debugserver workaroundPavel Labath2022-03-10-107/+1
* [lldb/crashlog] Reformat module loading logs (NFC)Med Ismail Bennani2022-03-10-2/+2
* [lldb/Plugin] Test that a scripted process blueprint can be loaded for the dSYMMed Ismail Bennani2022-03-10-10/+20
* [lldb/crashlog] Make interactive mode display more user-friendlyMed Ismail Bennani2022-03-10-5/+39
* Cleanup includes: LLVMTargetserge-sans-paille2022-03-10-0/+1
* lldb/ObjectFile: reflow a comment (NFC)Saleem Abdulrasool2022-03-09-20/+22
* Revert "[lldb] Remove the global platform list"Pavel Labath2022-03-09-294/+190
* [lldb] Fix step-avoid-regexp loggingDave Lee2022-03-09-9/+5
* [lldb] Add SBType::IsAggregateTypeDave Lee2022-03-09-0/+32
* [lldb] Fix TestDebuggerAPI on windows (broken by D120810)Pavel Labath2022-03-09-4/+10
* [lldb] Remove the global platform listPavel Labath2022-03-09-190/+288
* [lldb] Don't print *trailing* nuls in char arraysPavel Labath2022-03-09-6/+8
* [lldb/driver] Fix SIGTSTP handlingPavel Labath2022-03-09-12/+91
* [lldb] Warn when we fail to find dwo/dwp filesPavel Labath2022-03-09-1/+15
* [lldb] Fix -Wformat warning after 5a27b99825a5ba3a7a2eec3d35aea381a3ba9a31Krasimir Georgiev2022-03-09-1/+1
* [lldb] Add --exists flag to `settings set`Jonas Devlieghere2022-03-08-5/+22
* [lldb] A few small changes to HandleProgressEventJonas Devlieghere2022-03-08-4/+5
* [lldb] Undef GetMessage when including Windows.hJonas Devlieghere2022-03-08-1/+2
* [lldb] Always move the cursor back after printing progressJonas Devlieghere2022-03-08-1/+1
* [lldb] Add a setting to change the progress colorJonas Devlieghere2022-03-08-0/+33
* [lldb] Show progress events in the command line driverJonas Devlieghere2022-03-08-0/+86
* [lldb] Remove "(i.e. ANSI)" from several property descriptions.Jonas Devlieghere2022-03-08-6/+6
* [LLDB] Skip TestIOHandlerProcessSTDIO.py for Arm/AArch64 LinuxMuhammad Omair Javaid2022-03-08-0/+1
* Change "target.save-jit-objects" to "target.save-jit-objects-dir".Jim Ingham2022-03-07-22/+70
* [lldb] Format g_color_tokens as a table (NFC)Jonas Devlieghere2022-03-07-42/+38
* [lldb] Support "bright" ANSI colorsJonas Devlieghere2022-03-07-4/+39
* Fix buildbots after https://reviews.llvm.org/D120755.Greg Clayton2022-03-07-1/+1
* [lldb] Add a setting to change the autosuggestion ANSI escape codesJonas Devlieghere2022-03-07-13/+70
* [lldb/Test] Fix test_launch_scripted_process_stack_frames failureMed Ismail Bennani2022-03-04-1/+4
* [lldb/Test] Disable test_scripted_process_and_scripted_thread on WindowsMed Ismail Bennani2022-03-04-1/+1
* ObjectFile: add a case for `EM_RISCV`Saleem Abdulrasool2022-03-04-0/+3
* Reapply "[cmake] Prefix gtest and gtest_main with "llvm_"."Stella Laurenzo2022-03-04-2/+2
* revert "[lldb/Host] Fix crash in FileSystem::IsLocal"Med Ismail Bennani2022-03-04-2/+1
* [lldb/Plugins] Add ability to load modules to Scripted ProcessesMed Ismail Bennani2022-03-04-29/+189
* [lldb/Plugin] Use static ScriptedInterface::ErrorWithMessage function (NFC)Med Ismail Bennani2022-03-04-11/+11
* [lldb/test] Re-enable TestEvents.py on Darwin and fix crashesMed Ismail Bennani2022-03-04-6/+6
* [LLDB] Flush stream at the end of PrintCommandOutputZequan Wu2022-03-04-0/+1
* [LLDB] Remove cases of using namespace stdShafik Yaghmour2022-03-04-29/+15
* Fix race condition when launching and attaching.Greg Clayton2022-03-03-8/+97
* [lldb] Fix the build after 8b3b66ea63d6Jonas Devlieghere2022-03-03-3/+0
* [lldb] Remove reproducer_handler from the driverJonas Devlieghere2022-03-03-8/+0
* [lldb] Remove FileSystem::Initialize from FileCollectorJonas Devlieghere2022-03-03-175/+21
* Fix the order of modules-loaded event and the resultant breakpoint-changed ev...Jim Ingham2022-03-03-2/+2
* Fix up the "lldb log break" channel output.Jim Ingham2022-03-03-5/+44