summaryrefslogtreecommitdiff
path: root/lldb/packages/Python
AgeCommit message (Expand)Author
2024-12-02[lldb] fix fd leak during lldb testsuite (#118093)dlav-sc
2024-11-24[lldb] Remove lldbutil.get_stack_frames (NFC) (#117505)Dave Lee
2024-11-18Revert "[lldb-dap] Support column breakpoints (#113787)"Michael Buch
2024-11-16[lldb-dap] Support column breakpoints (#113787)Adrian Vogelsgesang
2024-11-08[lldb] Fixed the @skipUnlessAArch64MTELinuxCompiler decorator (#115480)Dmitry Vasilyev
2024-11-08[lldb] Fixed the @skipUnlessAArch64MTELinuxCompiler decorator in case of Wind...Dmitry Vasilyev
2024-10-30Fix a couple of tests that were incorrectly using configuration.dwarf_version...jimingham
2024-10-29[lldb-dap] Always pass disableASLR to the DAP executable (#113891)Michael Buch
2024-10-25[lldb-dap][test] Set disableASLR to False for tests (#113593)Michael Buch
2024-10-19[lldb][test][NFC] Document DYLIB_NAME Makefile variable (#112735)Michael Buch
2024-10-16[lldb-dap] Creating an API for sending dap events from a script in lldb-dap. ...John Harrison
2024-10-10Revert "[lldb] Implement basic support for reverse-continue (#99736)"Jason Molenda
2024-10-10[lldb] Implement basic support for reverse-continue (#99736)Robert O'Callahan
2024-10-10Revert "[lldb] Implement basic support for reverse-continue (#99736)"Augusto Noronha
2024-10-10[lldb] Implement basic support for reverse-continue (#99736)Robert O'Callahan
2024-10-10[lldb][test] Use `xcrun -f strip` for API tests on Darwin (#111842)Vladislav Dzhidzhoev
2024-10-10[lldb][test] Use $(STRIP) instead of strip in API tests (Darwin-only change) ...Vladislav Dzhidzhoev
2024-10-10[lldb] Add early CMake check for 'make' tool (#111531)Stefan Gränitz
2024-10-07[lldb][test] Provide proper path to LLVM utils in API tests (#110837)Vladislav Dzhidzhoev
2024-10-07Reland "[lldb][test] TestDataFormatterLibcxxStringSimulator.py: add new paddi...Michael Buch
2024-10-03[lldb-dap] Correct auto-completion based on ReplMode and escape char (#110784)Adrian Vogelsgesang
2024-09-26[lldb] Fix minor runCmd error message formatting (#110150)Dave Lee
2024-09-25[lldb][test] Use tools from llvm instead of compiler tools (#109961)Vladislav Dzhidzhoev
2024-09-25[lldb][AArch64][Linux] Add Floating Point Mode Register (#106695)David Spickett
2024-09-24lldb: get lldb API tests working with newer Android NDKsAndrew Rogers
2024-09-22[lldb-dap] Rename `enableDisplayExtendedBacktrace` (#109521)Adrian Vogelsgesang
2024-09-17[lldb-dap] Provide `declarationLocation` for variables (#102928)Adrian Vogelsgesang
2024-09-16[lldb-dap] Support inspecting memory (#104317)Adrian Vogelsgesang
2024-09-16[lldb][test] Add a new __compressed_pair layout to libcxx simulator tests (#9...Michael Buch
2024-09-16[lldb][test] Remove benchmark API tests (#108629)Michael Buch
2024-09-12[lldb][testing] Check all stop reasons in get_threads_stopped_at_breakpoint_i...Felipe de Azevedo Piovezan
2024-09-12[lldb][test] Handle failure to get /proc/cpuinfo from a remote Linux platform...David Spickett
2024-09-11[lldb][test] Toolchain detection rewrite in Python (#102185)Vladislav Dzhidzhoev
2024-09-10[lldb-dap] Improve `stackTrace` and `exceptionInfo` DAP request handlers (#10...John Harrison
2024-08-30[NFC] Prefer subprocess.DEVNULL over os.devnull (#106500)Nicolas van Kempen
2024-08-27[lldb-dap] Enabling instruction breakpoint support to lldb-dap. (#105278)Santhosh Kumar Ellendula
2024-08-21[lldb-dap] When sending a DAP Output Event break each message into separate l...John Harrison
2024-08-21[lldb-dap] Implement `StepGranularity` for "next" and "step-in" (#105464)Adrian Vogelsgesang
2024-08-12[lldb][test] Break early when walking backtrace in concurrent testsDavid Spickett
2024-08-06[lldb][debuginfod] Fix the DebugInfoD PR that caused issues when working with...Kevin Frei
2024-08-06[LLDB][test] Update Makefile.rules to support Windows host+Linux target (#99266)Vladislav Dzhidzhoev
2024-07-31[lldb][test] Fix TestMultipleDebuggers test on non-x86, other small issues (#...David Spickett
2024-07-26[lldb] Remove python helper getCompilerBinary() (#100660)Kendal Harland
2024-07-23lldb: android: fix missing Python import of urlparse in lldb test utilities (...Andrew Rogers
2024-07-19[LLDB][test] Improve SHELL detection on Windows in Makefile.rules (#99532)Vladislav Dzhidzhoev
2024-07-18[LLDB][test] Drop OS/HOST_OS detection code from Makefile.rules (#99535)Vladislav Dzhidzhoev
2024-07-18[lldb] add RISCV target specific info in API tests (#99039)dlav-sc
2024-07-16[lldb][test] Add a layout simulator test for std::unique_ptr (#98330)Michael Buch
2024-07-15[LLDB] Revert #98351 and #98344walter erquinigo
2024-07-10[lldb] DebugInfoD tests & fixes (but with dwp testing disabled) (#98344)Kevin Frei