aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2024-05-28[lldb][Test] Add C++ tests for DumpValueObjectOptions and enums (#93158)David Spickett3-0/+187
2024-05-27[lldb] Fixed PlatformPOSIX::DoLoadImage() in case of the Windows host (#93345)Dmitry Vasilyev1-2/+2
2024-05-25[lldb] Revise IDE folder structure (#89748)Michael Kruse21-21/+21
2024-05-25lldb unused var fix for NetBSD < 10. (#93377)David CARLIER1-2/+2
2024-05-24[flang] [lldb] [llvm] Fix 'destory' comment typos [NFC] (#93260)Stephan T. Lavavej1-2/+2
2024-05-24Read and store gnu build id from loaded core file (#92492)GeorgeHuyubo2-0/+81
2024-05-24[lldb] Fixed the TestDebuggerAPI test on x86_64 Windows host (#90580)Dmitry Vasilyev1-0/+5
2024-05-24[Support] Remove terminfo dependency (#92865)Aaron Siddhartha Mondal2-4/+0
2024-05-24[lldb-dap] Send terminated event only once (#93172)Pavel Labath2-7/+8
2024-05-24[lldb-dap] Automatically skip lldb-dap tests for remote platforms (#93169)Pavel Labath30-90/+19
2024-05-23Add a createError variant without error code (NFC) (#93209)Adrian Prantl12-103/+63
2024-05-23Remove some `try_compile` CMake checks for compiler flags (#92953)Vlad Serebrennikov1-13/+7
2024-05-23[lldb][Test] Escape | chars in enum testsDavid Spickett1-2/+4
2024-05-23[lldb] Fixed the TestExitDuringExpression test in case of a remote target (#9...Dmitry Vasilyev1-1/+1
2024-05-23[lldb][Windows] Fixed the TestBreakpointCommand test (#93122)Dmitry Vasilyev2-10/+18
2024-05-23[lldb/DWARF] Make sure bad abbreviation codes do not crash lldb (#93006)Pavel Labath4-25/+70
2024-05-23Revert "[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan ...Med Ismail Bennani25-468/+431
2024-05-23[lldb] Make use of Scripted{Python,}Interface for ScriptedThreadPlan (Reland ...Med Ismail Bennani25-431/+468
2024-05-22Revert "[lldb] Added Debuginfod tests and fixed a couple issues" (#93094)Daniel Thornburgh13-535/+22
2024-05-22[lldb] Added Debuginfod tests and fixed a couple issues (#92572)Kevin Frei13-22/+535
2024-05-22[lldb] Fix a warningKazu Hirata1-1/+1
2024-05-22Change GetChildCompilerTypeAtIndex to return Expected (NFC) (#92979)Adrian Prantl10-37/+67
2024-05-21[lldb] Add the word "backtrace" to bt help string (#92618)Dave Lee2-7/+7
2024-05-21[lldb] Clean up unused includes in DebugNamesDWARFIndexPavel Labath2-2/+1
2024-05-21[lldb/dwarf] Fix DW_IDX_parent processing for split dwarf (#92745)Pavel Labath12-84/+105
2024-05-21[lldb] Move callback_token_t out of #ifdef windowsPavel Labath1-1/+1
2024-05-21Reapply "[lldb/aarch64] Fix unwinding when signal interrupts a leaf f… (#92...Pavel Labath7-10/+72
2024-05-21[lldb-dap] Don't send expanded descriptions for "hover" expressions (#92726)Pavel Labath3-27/+10
2024-05-20SBDebugger: Add new APIs `AddDestroyCallback` and `RemoveDestroyCallback` (#8...royitaqi6-7/+225
2024-05-20Add new Python API `SBCommandInterpreter::GetTranscript()` (#90703)royitaqi8-8/+270
2024-05-20[lldb][Windows] Fixed LibcxxChronoTimePointSecondsSummaryProvider() (#92701)Dmitry Vasilyev2-8/+60
2024-05-17[lldb] Namespace SBSourceLanguageName (NFC)Jonas Devlieghere2-2/+2
2024-05-17[lldb-dap] Bump the version to 0.2.1Jonas Devlieghere1-1/+1
2024-05-17[lldb-dap] Replace `assertEquals` with `assertEqual` (NFC)Jonas Devlieghere2-49/+57
2024-05-17[lldb] Include SBLanguages in the SWIG bindings (#92470)Jonas Devlieghere5-0/+6
2024-05-17[lldb] Fixed the test TestGdbRemoteAttachWait running on a remote target (#92...Dmitry Vasilyev1-1/+4
2024-05-17[lldb-dap] Correctly detect alias commands with arguments in repl (#92137)Pavel Labath4-3/+78
2024-05-17[lldb] Avoid modifying the source tree in TestCompletion.pyPavel Labath1-8/+10
2024-05-16[lldb] Use operator==(StringRef, StringRef) instead of StringRef::equals (NFC...Kazu Hirata14-138/+136
2024-05-16Revert "[lldb] Include SBLanguages in the SWIG bindings" (#92490)Jonas Devlieghere3-4/+0
2024-05-16[lldb] Include SBLanguages in the SWIG bindings (#92470)Jonas Devlieghere3-0/+4
2024-05-16[LLDB/Coredump] Only take the Pthread from stack start to the stackpointer + ...Jacob Lalonde3-55/+131
2024-05-16[lldb-dap] Separate user and developer documentation (#92428)Jonas Devlieghere3-135/+119
2024-05-16[lldb] Fixed the DAP tests in case of a remote target (#92416)Dmitry Vasilyev2-0/+2
2024-05-16[lldb-dap] Update repository in package.jsonJonas Devlieghere1-1/+1
2024-05-16[lldb] Fixed the DAP tests in case of a remote target (#92398)Dmitry Vasilyev2-0/+3
2024-05-16[lldb] Fixed an invalid error message in the DAP disconnect response (#92345)Dmitry Vasilyev1-1/+1
2024-05-16[lldb] Move TestBase.runCmd() to the Base class (#92252)Dmitry Vasilyev1-65/+65
2024-05-16[lldb][Windows] Disable the TestGdbRemoteLibrariesSvr4Support test for Window...Dmitry Vasilyev1-0/+2
2024-05-16[lldb] Fixed the TestFdLeak test (#92273)Dmitry Vasilyev1-1/+1