aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2024-07-05[lldb-dap][NFC] Minor renamewalter erquinigo3-5/+10
2024-07-05[lldb][FreeBSD] Fix NativeRegisterContextFreeBSD_x86_64() declaration (#97796)Kelvin Lee1-1/+1
2024-07-04[lldb][DataFormatter][NFC] Move std::map iterator formatter into LibCxxMap.cp...Michael Buch3-213/+191
2024-07-04[LLDB] Support exception breakpoints for plugin-provided languages (#97675)Walter Erquinigo3-3/+12
2024-07-04[LLDB] XFail on Windows TestThreadAPI.py test_StepInstructionMuhammad Omair Javaid1-1/+2
2024-07-04Reland "[lldb] Print empty enums as if they were unrecognised normal enums (#...David Spickett3-42/+67
2024-07-04Revert "[lldb] Print empty enums as if they were unrecognised normal enums (#...David Spickett3-43/+22
2024-07-04[lldb][DataFormatter][NFC] Remove duplicate null-check in std::map iterator f...Michael Buch1-3/+0
2024-07-03[lldb][DataFormatter][NFC] Factor out MapIterator logic into separate helper ...Michael Buch1-44/+73
2024-07-03SBThread::StepInstruction shouldn't discard other plans (#97493)jimingham3-1/+62
2024-07-03Add the ability for Script based commands to specify their "repeat command" (...jimingham13-13/+202
2024-07-03[lldb] Remove commented-out Platform::FindPlugin (NFC)Jonas Devlieghere2-49/+0
2024-07-03[lldb] Print "0x0" for bitfield like enums where the value is 0 (#97557)David Spickett2-4/+12
2024-07-03[lldb] Print empty enums as if they were unrecognised normal enums (#97553)David Spickett3-22/+43
2024-07-03[lldb] Fix printing of unsigned enum bitfields when they contain the max valu...David Spickett4-5/+71
2024-07-03[lldb][DataFormatter][NFC] std::map: minor restructuring in GetChildAtIndex t...Michael Buch1-34/+37
2024-07-03[lldb][DataFormatter][NFC] std::map: Add comments and other minor cleanupsMichael Buch1-10/+5
2024-07-03[lldb][DataFormatter][NFC] Remove redundant variables in std::map formatterMichael Buch1-3/+0
2024-07-03[lldb] Make Broadcaster mutexes non-recursive (#97400)Pavel Labath4-31/+70
2024-07-03[lldb][AArch64] Add register field enum information (#96887)David Spickett6-9/+35
2024-07-02[lldb] Add scripted thread plan python base class to lldb & website (#97481)Med Ismail Bennani4-1/+113
2024-07-02[lldb/docs] Add scripting extensions documentation to the website (#97262)Med Ismail Bennani5-47/+48
2024-07-02[lldb][test] Disable TestUseSourceCache on Windows (#97324)Kendal Harland1-1/+1
2024-07-02[lldb][test] Mark dwp foreign type units test unsupported on WindowsDavid Spickett1-0/+2
2024-07-02[lldb] Don't unregister a listener that's being destroyed (#97300)Pavel Labath1-1/+1
2024-07-01[lldb] [ObjectFileMachO] BSS segments are loadable segments (#96983)Jason Molenda1-5/+22
2024-07-01[lldb/Commands] Alias `script` command to `scripting run` (#97263)Med Ismail Bennani8-160/+189
2024-07-02[LLDB] Import decorators in TestPythonOSPlugin.pyMuhammad Omair Javaid1-0/+1
2024-07-02[LLDB] SkipIf TestPythonOSPlugin.py on WindowsMuhammad Omair Javaid1-0/+1
2024-07-02[LLDB] Fix TestGdbRemoteConnection.py on WindowsMuhammad Omair Javaid1-1/+1
2024-07-01[lldb] Make semantics of SupportFile equivalence explicit (#97126)Jonas Devlieghere9-22/+146
2024-07-01[lldb-dap] Bump the version to 0.2.2Jonas Devlieghere1-1/+1
2024-07-01Revert "[clang][AST] fix ast-print of extern <lang> with >=2 declarators"Aaron Ballman2-3/+2
2024-07-01[lldb][TypeSystemClang] Allow transparent lookup through anonymous namespaces...Michael Buch3-5/+45
2024-07-01[lldb][FreeBSD][AArch64] Enable register field detection (#85058)David Spickett17-61/+105
2024-07-01[clang][AST] fix ast-print of extern <lang> with >=2 declaratorstemyurchenko2-2/+3
2024-07-01Reland "[lldb] Parse and display register field enums" (#97258)" (#97270)David Spickett8-22/+678
2024-07-01Revert "[lldb] Parse and display register field enums" (#97258)David Spickett8-673/+22
2024-06-29[LLDB] xfail SymbolFile/DWARF/packed.cpp for WindowsMuhammad Omair Javaid1-0/+1
2024-06-29[lldb][test] Add tests for alignof on class with overlapping bases (#97068)Michael Buch3-10/+97
2024-06-28[lldb][test] Remove duplicate testcase names in API test-suite (#97043)Michael Buch10-53/+8
2024-06-28Reland "[lldb/Interpreter] Discard ScriptedThreadPlan::GetStopDescription ret...Med Ismail Bennani10-32/+32
2024-06-28Fix the test to deal with non-deterministic output. (#96800)Greg Clayton1-16/+6
2024-06-28In `statistics dump --summary`, add back the `targets` section (#97004)royitaqi3-11/+33
2024-06-28[lldb-dap] Added "port" property to vscode "attach" command. (#91570)Santhosh Kumar Ellendula7-147/+373
2024-06-28[lldb][test] Add test-cases for packed/aligned structures (#96932)Michael Buch4-0/+67
2024-06-28[lldb][test][NFC] TestWatchpointConditionCmd.py: remove BOM characterMichael Buch1-1/+1
2024-06-28[lldb][test][NFC] Remove BOM characters from tests (#97045)Michael Buch6-6/+6
2024-06-28Revert "[lldb/Interpreter] Discard ScriptedThreadPlan::GetStopDescription ret...Nico Weber9-28/+32
2024-06-28[lldb] Use SmallVector::erase correctlyPavel Labath1-3/+3