aboutsummaryrefslogtreecommitdiff
path: root/lldb/packages/Python
AgeCommit message (Expand)AuthorFilesLines
2024-09-17[lldb-dap] Provide `declarationLocation` for variables (#102928)Adrian Vogelsgesang1-0/+11
2024-09-16[lldb-dap] Support inspecting memory (#104317)Adrian Vogelsgesang1-0/+13
2024-09-16[lldb][test] Add a new __compressed_pair layout to libcxx simulator tests (#9...Michael Buch1-1/+48
2024-09-16[lldb][test] Remove benchmark API tests (#108629)Michael Buch2-89/+0
2024-09-12[lldb][testing] Check all stop reasons in get_threads_stopped_at_breakpoint_i...Felipe de Azevedo Piovezan1-3/+10
2024-09-12[lldb][test] Handle failure to get /proc/cpuinfo from a remote Linux platform...David Spickett1-1/+12
2024-09-11[lldb][test] Toolchain detection rewrite in Python (#102185)Vladislav Dzhidzhoev2-80/+110
2024-09-10[lldb-dap] Improve `stackTrace` and `exceptionInfo` DAP request handlers (#10...John Harrison3-2/+40
2024-08-30[NFC] Prefer subprocess.DEVNULL over os.devnull (#106500)Nicolas van Kempen2-6/+3
2024-08-27[lldb-dap] Enabling instruction breakpoint support to lldb-dap. (#105278)Santhosh Kumar Ellendula2-1/+18
2024-08-21[lldb-dap] When sending a DAP Output Event break each message into separate l...John Harrison1-0/+5
2024-08-21[lldb-dap] Implement `StepGranularity` for "next" and "step-in" (#105464)Adrian Vogelsgesang2-8/+16
2024-08-12[lldb][test] Break early when walking backtrace in concurrent testsDavid Spickett1-0/+4
2024-08-06[lldb][debuginfod] Fix the DebugInfoD PR that caused issues when working with...Kevin Frei2-0/+38
2024-08-06[LLDB][test] Update Makefile.rules to support Windows host+Linux target (#99266)Vladislav Dzhidzhoev1-25/+43
2024-07-31[lldb][test] Fix TestMultipleDebuggers test on non-x86, other small issues (#...David Spickett1-4/+10
2024-07-26[lldb] Remove python helper getCompilerBinary() (#100660)Kendal Harland2-11/+3
2024-07-23lldb: android: fix missing Python import of urlparse in lldb test utilities (...Andrew Rogers1-0/+1
2024-07-19[LLDB][test] Improve SHELL detection on Windows in Makefile.rules (#99532)Vladislav Dzhidzhoev1-2/+4
2024-07-18[LLDB][test] Drop OS/HOST_OS detection code from Makefile.rules (#99535)Vladislav Dzhidzhoev1-25/+0
2024-07-18[lldb] add RISCV target specific info in API tests (#99039)dlav-sc1-0/+2
2024-07-16[lldb][test] Add a layout simulator test for std::unique_ptr (#98330)Michael Buch1-0/+58
2024-07-15[LLDB] Revert #98351 and #98344walter erquinigo2-39/+1
2024-07-10[lldb] DebugInfoD tests & fixes (but with dwp testing disabled) (#98344)Kevin Frei2-1/+39
2024-07-10[lldb][test] Set target and host OS for API tests in case of remote testingVladislav Dzhidzhoev2-3/+23
2024-07-08Revert "[LLDB] DebugInfoD tests: attempt to fix Fuchsia build" (#98101)Kevin Frei2-39/+1
2024-07-08[LLDB] DebugInfoD tests: attempt to fix Fuchsia build (#96802)Kevin Frei2-1/+39
2024-07-08[lldb][test] Fix type error when calling random.randrange with 'float' arg (#...Kendal Harland1-1/+1
2024-07-02[LLDB] Fix TestGdbRemoteConnection.py on WindowsMuhammad Omair Javaid1-1/+1
2024-06-28[lldb-dap] Added "port" property to vscode "attach" command. (#91570)Santhosh Kumar Ellendula3-0/+173
2024-06-26[lldb] fix(lldb/**.py): fix comparison to None (#94017)Eisuke Kawashima4-8/+8
2024-06-26[lldb] fix(lldb/**.py): fix comparison to True/False (#94039)Eisuke Kawashima1-1/+1
2024-06-13[lldb] Use packaging module instead of pkg_resources (#93712)Jonas Devlieghere2-12/+9
2024-06-12Fix flaky TestDAP_console test. (#94494)Miro Bucko2-4/+8
2024-06-03[lldb][test] Add --make argument to dotest.py (#93883)Vladislav Dzhidzhoev4-6/+15
2024-05-31[lldb][test] Add --sysroot argument to dotest.pyVladislav Dzhidzhoev2-1/+12
2024-05-24[lldb-dap] Automatically skip lldb-dap tests for remote platforms (#93169)Pavel Labath1-6/+19
2024-05-22Revert "[lldb] Added Debuginfod tests and fixed a couple issues" (#93094)Daniel Thornburgh2-29/+1
2024-05-22[lldb] Added Debuginfod tests and fixed a couple issues (#92572)Kevin Frei2-1/+29
2024-05-16[lldb] Move TestBase.runCmd() to the Base class (#92252)Dmitry Vasilyev1-65/+65
2024-05-15[lldb][test][FreeBSD] Fix some concurrent event tests (#84155)David Spickett1-1/+1
2024-05-14[lldb] Add lldbutil.install_to_target() helper (#91944)Dmitry Vasilyev1-0/+16
2024-05-10[lldb] Fixed SyntaxWarning: invalid escape sequence \[ \d \s (#91146)Dmitry Vasilyev2-3/+3
2024-05-03Fix dap variable value format issue (#90799)jeffreytan811-13/+21
2024-05-03Revert "[lldb] Fix TestSharedLibStrippedSymbols for #90622"David Spickett1-25/+1
2024-05-03[lldb] Fix TestSharedLibStrippedSymbols for #90622Pavel Labath1-2/+2
2024-05-02LLDB Debuginfod tests and a fix or two (#90622)Kevin Frei1-1/+25
2024-05-01Install generated API headers into LLDB.framework (#90666)Adrian Prantl2-2/+7
2024-04-30[lldb] Fixed SyntaxWarning invalid escape sequence '\l' in lldbtest.py (#90609)Dmitry Vasilyev1-1/+1
2024-04-30[lldb] Fixed SyntaxWarning invalid escape sequence '\s' in decorators.py (#90...Dmitry Vasilyev1-1/+1