summaryrefslogtreecommitdiff
path: root/lldb/packages/Python
AgeCommit message (Expand)Author
2024-02-16[lldb] Don't overwrite the dynamic loader library path for "driver tests"Jonas Devlieghere
2024-02-16[lldb] Fix and rename skipIfHostIncompatibleWithRemoteJonas Devlieghere
2024-02-14Revert "[lldb-dap] Add support for data breakpoint. (#81541)" (#81812)Prabhuk
2024-02-14[lldb][test] Remove expectedFailureIfFn (#81703)Jordan Rupprecht
2024-02-14[lldb] Fix the flakey Concurrent tests on macOS (#81710)Jason Molenda
2024-02-13[lldb][test] Switch LLDB API tests from vendored unittest2 to unittest (#79945)Jordan Rupprecht
2024-02-13[lldb-dap] Add support for data breakpoint. (#81541)Zequan Wu
2024-02-05[lldb] Add QSupported key to report watchpoint types supported (#80376)Jason Molenda
2024-01-31[lldb] Add support for large watchpoints in lldb (#79962)Jason Molenda
2024-01-31Revert "[lldb] Add support for large watchpoints in lldb (#79962)"Jason Molenda
2024-01-31[lldb] Add support for large watchpoints in lldb (#79962)Jason Molenda
2024-01-26[lldb] Remove obsolete signBinary helper (#79656)Jonas Devlieghere
2024-01-19[lldb][test] Apply @expectedFailureAll/@skipIf early for debug_info tests (#7...Jordan Rupprecht
2023-12-14[lldb-dap] Implement command directives (#74808)Walter Erquinigo
2023-12-01[lldb] Make use of LD_LIBRARY_PATH on OpenBSD (#74017)Brad Smith
2023-12-01[lldb/test] Add OpenBSD to _get_platform_os (#74036)Brad Smith
2023-11-28[lldb][test] Remove `reason` from `unittest2.expectedFailure` usage (#73028)Jordan Rupprecht
2023-11-20Fix command escape bug in lldb-dap (#72902)jeffreytan81
2023-11-17[lldb][test] Add the ability to extract the variable value out of the summary...santhoshe447
2023-11-15[lldb][test] Remove `self` references from decorators (#72416)Jordan Rupprecht
2023-11-14[lldb-dap] Add an option to provide a format for threads (#72196)Walter Erquinigo
2023-11-13[lldb-dap] Add an option to provide a format for stack frames (#71843)Walter Erquinigo
2023-11-12[lldb][test] Implement getting thread ID on OpenBSD (#71129)Brad Smith
2023-11-10[lldb][AArch64][Linux] Add field information for the mte_ctrl register (#71808)David Spickett
2023-11-03[lldb] Use get-task-allow entitlement on macOS too (#71112)Daniel Thornburgh
2023-11-01[lldb][AArch64] Add SME2's ZT0 register (#70205)David Spickett
2023-10-25[lldb][AArch64] Simplify AArch64SMEFA64 checkDavid Spickett
2023-10-25[lldb][AArch64] Add isAArch64SMEFA64 check to SME testing (#68094)David Spickett
2023-10-25[lldb-vscode] Allow specifying a custom escape prefix for LLDB commands (#69238)Walter Erquinigo
2023-10-20[lldb] Remove more references to lldb-vscode (#69696)David Spickett
2023-10-19[lldb] Rename lldb-vscode to lldb-dap (#69264)Jonas Devlieghere
2023-10-06[lldb[test] TestCppUnionStaticMembers.py: XFAIL assertions on windows (#68408)Michael Buch
2023-10-03[lldb] Expose Platform::Attach through the SB API (#68050)Jonas Devlieghere
2023-09-14[lldb] Add config and decorator for wide character support in Editline (#66447)Jonas Devlieghere
2023-09-13[lldb] Fix PExpectTest when using utf-8 as the encodingJonas Devlieghere
2023-09-13[lldb] Support Unicode in the prompt (#66312)Jonas Devlieghere
2023-09-12[lldb] Format more Python files with black (#65979)David Spickett
2023-09-12Reland "[lldb] Improve completion tests (#65973)"David Spickett
2023-09-11[lldb-vscode] Make descriptive summaries and raw child for synthetics configu...Walter Erquinigo
2023-09-11Revert "[lldb] Improve completion tests (#65973)"David Spickett
2023-09-11[lldb] Improve completion tests (#65973)David Spickett
2023-08-14[lldb] Remove use of __future__ in pythonAlex Langford
2023-07-31[lldb-vscode] Adding support for the "disassemble" request.John Harrison
2023-07-19[lldb-vscode] Creating a new flag for adjusting the behavior of evaluation re...John Harrison
2023-07-17[lldb][AArch64] Add test predicate for systems with SME enabledDavid Spickett
2023-07-07Split up the runCmd trace printing to print the command before running.Jim Ingham
2023-06-29Creating a startDebugging reverse DAP request handler in lldb-vscode.John Harrison
2023-06-26Don't allow SBValue::Cast to cast from a smaller type to a larger,Jim Ingham
2023-05-25[NFC][Py Reformat] Reformat python files in lldbJonas Devlieghere
2023-05-22[lldb-vscode] Make tests not wait for 'launch' process events if launch fails.Jorge Gorbe Moya