aboutsummaryrefslogtreecommitdiff
path: root/lldb/source
AgeCommit message (Expand)AuthorFilesLines
2024-07-10[lldb-dap] Support throw and catch exception breakpoints for dynamica… (#97...Walter Erquinigo1-0/+40
2024-07-10[lldb] Don't crash on malformed filesets (#98388)Jonas Devlieghere1-3/+3
2024-07-10[lldb] DebugInfoD tests & fixes (but with dwp testing disabled) (#98344)Kevin Frei4-21/+66
2024-07-10[lldb] Small cleanup of ProcessEventData::ShouldStop (#98154)Pavel Labath1-21/+11
2024-07-09[lldb] Improve summary string handling of dollar chars (#98190)Dave Lee1-132/+126
2024-07-09[lldb] Use correct path separator for C++ library files lookup (#98144)Vladislav Dzhidzhoev1-1/+1
2024-07-09[lldb] Correct invalid format style (#98089)Alex Langford1-3/+3
2024-07-08Revert "[LLDB] DebugInfoD tests: attempt to fix Fuchsia build" (#98101)Kevin Frei4-66/+21
2024-07-08[LLDB] DebugInfoD tests: attempt to fix Fuchsia build (#96802)Kevin Frei4-21/+66
2024-07-08[lldb] Improve error message for unrecognized executables (#97490)Jonas Devlieghere2-43/+53
2024-07-08[lldb][DataFormatter] Simplify std::map formatter (#97579)Michael Buch1-109/+41
2024-07-08[lldb][DataFormatter] Simplify libc++ std::map::iterator formatter (#97713)Michael Buch1-118/+56
2024-07-08[lldb][DataFormatter] Simplify std::unordered_map::iterator formatter (#97754)Michael Buch1-106/+50
2024-07-08[lldb][DataFormatter] Move std::unordered_map::iterator formatter into LibCxx...Michael Buch3-199/+200
2024-07-08[lldb][DataFormatter] Remove support for old std::map layout (#97549)Michael Buch1-46/+30
2024-07-08[lldb] Remove Listener::SetShadow (#97555)Pavel Labath3-25/+7
2024-07-08[lldb] Make Listener::m_broadcasters_mutex non-recursive (#97552)Pavel Labath1-13/+8
2024-07-06Revert "[lldb] Silence function cast warning when building with Clang ToT tar...Alexandre Ganea1-9/+0
2024-07-05[lldb] Silence function cast warning when building with Clang ToT targetting ...Alexandre Ganea1-0/+9
2024-07-05[lldb-dap][NFC] Minor renamewalter erquinigo2-2/+3
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 Erquinigo2-3/+8
2024-07-04Reland "[lldb] Print empty enums as if they were unrecognised normal enums (#...David Spickett1-14/+19
2024-07-04Revert "[lldb] Print empty enums as if they were unrecognised normal enums (#...David Spickett1-19/+14
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)jimingham1-1/+1
2024-07-03Add the ability for Script based commands to specify their "repeat command" (...jimingham5-7/+66
2024-07-03[lldb] Remove commented-out Platform::FindPlugin (NFC)Jonas Devlieghere1-34/+0
2024-07-03[lldb] Print "0x0" for bitfield like enums where the value is 0 (#97557)David Spickett1-1/+9
2024-07-03[lldb] Print empty enums as if they were unrecognised normal enums (#97553)David Spickett1-14/+19
2024-07-03[lldb] Fix printing of unsigned enum bitfields when they contain the max valu...David Spickett1-5/+13
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 Labath2-23/+22
2024-07-03[lldb][AArch64] Add register field enum information (#96887)David Spickett2-3/+11
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 Bennani7-159/+182
2024-07-01[lldb] Make semantics of SupportFile equivalence explicit (#97126)Jonas Devlieghere6-14/+24
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 Buch1-4/+14
2024-07-01[lldb][FreeBSD][AArch64] Enable register field detection (#85058)David Spickett15-60/+89
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 Spickett5-22/+243
2024-07-01Revert "[lldb] Parse and display register field enums" (#97258)David Spickett5-238/+22
2024-06-28Reland "[lldb/Interpreter] Discard ScriptedThreadPlan::GetStopDescription ret...Med Ismail Bennani6-25/+24
2024-06-28In `statistics dump --summary`, add back the `targets` section (#97004)royitaqi1-4/+3