aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
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
2024-05-15[lldb-dap] Support publishing to the VSCode market place (#92320)Jonas Devlieghere1-1/+2
2024-05-15[lldb] Support custom LLVM formatting for variables (#91868)Dave Lee5-10/+106
2024-05-15[lldb-dap] Include npm install in the extension installation steps (#92028)Walter Erquinigo1-0/+2
2024-05-15[lldb][Windows] Fixed the TestIOHandlerResizeNoEditline test (#92286)Dmitry Vasilyev1-0/+1
2024-05-15[lldb] Fixed the TestNetBSDCore test (#92285)Dmitry Vasilyev1-6/+6
2024-05-15[lldb] Fixed the TestCompletion test running on a remote target (#92281)Dmitry Vasilyev1-3/+10
2024-05-15[lldb][Windows] Fixed the test gdb_remote_client/TestGDBRemotePlatformFile (#...Dmitry Vasilyev1-2/+6
2024-05-15[lldb] Fixed the TestGdbRemoteCompletion test (#92268)Dmitry Vasilyev1-0/+1
2024-05-15[lldb][Windows] Fixed tests TestPty and TestPtyServer (#92090)Dmitry Vasilyev2-2/+2
2024-05-15[lldb][test][FreeBSD] Fix some concurrent event tests (#84155)David Spickett2-4/+1
2024-05-15[lldb] Document some more packets (#92124)David Spickett1-0/+87
2024-05-15[lldb] Disable unaligned-pc-sigbus.test on arm(32)Pavel Labath1-1/+1
2024-05-15[lldb/aarch64] Allow unaligned PC addresses below a trap handler (#92093)Pavel Labath3-1/+58
2024-05-14Revert "Read and store gnu build id from loaded core file" (#92181)GeorgeHuyubo5-140/+59
2024-05-14Read and store gnu build id from loaded core file (#92078)GeorgeHuyubo5-59/+140
2024-05-14[lldb] Allow env override for LLDB_ARGDUMPER_PATH (#91688)Keith Smiley1-11/+24
2024-05-14[lldb] Fixed the test TestThreadStates when run with a remote target (#92086)Dmitry Vasilyev1-4/+0
2024-05-14[lldb] Fixed the test TestExec (#92082)Dmitry Vasilyev1-0/+4
2024-05-14[lldb] Fixed the test TestDyldLaunchLinux (#92080)Dmitry Vasilyev1-1/+7
2024-05-14[lldb][Windows] Enforce exec permission using Platform::Install() from Window...Dmitry Vasilyev1-1/+1
2024-05-14[lldb][Windows] Fixed the test TestGdbRemoteMemoryTagging (#92077)Dmitry Vasilyev1-2/+2
2024-05-14[lldb] Fix the test TestGdbRemotePlatformFile when run with a remote target (...Dmitry Vasilyev1-3/+30
2024-05-14[lldb] Fix redundant condition in Target.cpp (#91882)aabhinavg1-1/+1
2024-05-14[lldb] Fixed the test TestGdbRemoteLaunch (#91931)Dmitry Vasilyev1-21/+20
2024-05-14[lldb] Add lldbutil.install_to_target() helper (#91944)Dmitry Vasilyev1-0/+16
2024-05-13Revert a test that was failing after a previous reversion.Jim Ingham1-36/+0
2024-05-13Revert "[lldb][DWARF] Do not complete type from declaration die. (#91799)"Jim Ingham1-5/+0
2024-05-13Revert "[lldb][DWARF] Delay struct/class/union definition DIE searching when ...Jim Ingham7-404/+383
2024-05-14[lldb][DWARF] Mark delayed-definition-die-searching.test unsupported on WindowsMuhammad Omair Javaid1-0/+2
2024-05-13[lldb] Add CMake dependency tracking for SBLanguages generation script (#91686)Alex Langford1-1/+4
2024-05-13[lldb][TypeSystem][NFCI] Log creation of new TypeSystem instances to expressi...Michael Buch2-2/+18