aboutsummaryrefslogtreecommitdiff
path: root/lldb/source
AgeCommit message (Expand)AuthorFilesLines
2023-12-04[lldb][NFC] Delete unreachable code and dead variable in OptionArgParserFelipe de Azevedo Piovezan1-36/+26
2023-12-04[lldb][NFC] Remove else after return in OptionArgParseFelipe de Azevedo Piovezan1-12/+9
2023-12-04[lldb][NFC] Remove unnecessary std::string temporariesFelipe de Azevedo Piovezan1-5/+5
2023-12-04[lldb] Fix building on NetBSD 8.x (#74191)Brad Smith2-4/+26
2023-12-04[lldb] Fix build on NetBSD (#74190)Brad Smith1-4/+5
2023-12-01[lldb] Simplify pipe2(2) handling on FreeBSD (#74019)Brad Smith1-2/+2
2023-11-30[lldb] Remove pre GCC 4.8 workaround (#73981)Brad Smith1-4/+0
2023-11-30[lldb] pipe2(2) is also supported by OpenBSD (#74012)Brad Smith1-1/+1
2023-11-30Correctly disable hardware watchpoints after a fork eventJason Molenda1-1/+1
2023-11-30[lldb] try to fix build on linux after fc6b72523f3d7Nico Weber1-0/+2
2023-11-30[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda33-533/+714
2023-11-30Send an explicit interrupt to cancel an attach waitfor. (#72565)jimingham2-3/+12
2023-11-30[lldb][DWARFASTParserClang][NFCI] Make ParsedDWARFTypeAttributes parameter co...Michael Buch2-6/+8
2023-11-30[lldb][DWARFASTParserClang][NFC] Remove redundant parameter to AddMethodToObj...Michael Buch3-11/+5
2023-11-29Allow lldb to load .dwp files with large .debug_info or .debug_types. (#73736)Greg Clayton2-3/+6
2023-11-28Add support for parsing type unit entries in .debug_names. (#72952)Greg Clayton1-5/+15
2023-11-28[lldb][progress] Always report progress upon Progress object destruction (#73...Chelsea Cassanova1-3/+2
2023-11-28[LLDB] Respect the DW_AT_alignment attribute. (#73307)Haojian Wu2-7/+19
2023-11-28Revert "[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)"David Spickett33-716/+533
2023-11-28[lldb] try to fix build on linux after fc6b72523f3d7Nico Weber1-0/+2
2023-11-27[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda33-533/+714
2023-11-27[lldb][AArch64][Linux] Correct name of FPCR fieldDavid Spickett1-1/+1
2023-11-27[lldb] Improve error message for script commands when there's no interpreter ...David Spickett1-4/+6
2023-11-26Revert "[LLDB] Add more helper functions to CompilerType class."Caroline Tice1-269/+16
2023-11-26[LLDB] Add more helper functions to CompilerType class. (#73467)cmtice1-16/+269
2023-11-24[lldb] correct inconsistent order of messages on process launch (#73173)José Lira Junior1-3/+5
2023-11-20Revert "Add new API in SBTarget for loading core from SBFile (#71769)"Muhammad Omair Javaid1-26/+0
2023-11-17[lldb] Remove unused Status::SetMachError (NFC) (#72668)Jonas Devlieghere1-8/+0
2023-11-17Add new API in SBTarget for loading core from SBFile (#71769)GeorgeHuyubo1-0/+26
2023-11-16[lldb] Add interface to check if UserExpression::Parse() is cacheable (#66826)Augusto Noronha1-0/+1
2023-11-16Clarify error messages on corefiles that no plugin handles (#72559)Jason Molenda2-7/+5
2023-11-16[lldb][DWARFASTParserClang][NFC] Clarify comment around static member variabl...Michael Buch1-2/+2
2023-11-15Remove hardware index from watchpoints and breakpoints (#72012)Jason Molenda9-60/+23
2023-11-15[lldb][DWARFASTParserClang] DWARFv5: support DW_TAG_variable static data memb...Michael Buch1-2/+7
2023-11-14Add support for arm64 registers in minidump core file saving. (#72315)Greg Clayton4-89/+170
2023-11-14[lldb-dap] Add an option to provide a format for threads (#72196)Walter Erquinigo2-11/+43
2023-11-14[LLDB] Display artificial __promise and __coro_frame variables. (#71928)Haojian Wu1-1/+4
2023-11-13[lldb-dap] Add an option to provide a format for stack frames (#71843)Walter Erquinigo5-18/+107
2023-11-13[lldb][DWARFASTParserClang][NFC] Extract static data member decl creation int...Michael Buch2-67/+94
2023-11-13Reland "[lldb][DWARFASTParserClang] Make MemberAttributes const when parsing ...Michael Buch1-27/+21
2023-11-13Revert "[lldb][DWARFASTParserClang] Make MemberAttributes const when parsing ...Michael Buch1-15/+21
2023-11-13[lldb][DWARFASTParserClang][NFC] Fix build failureMichael Buch1-0/+1
2023-11-13[lldb][DWARFASTParserClang] Make MemberAttributes const when parsing member D...Michael Buch1-21/+15
2023-11-13Reland "[lldb][DWARFASTParserClang] Fetch constant value from variable defint...Michael Buch6-9/+91
2023-11-11Centralize the code that figures out which memory ranges to save into core fi...Greg Clayton6-156/+230
2023-11-10[LLDB] Ensure the data of apple accelerator tables is kept around (#71828)Walter Erquinigo2-3/+26
2023-11-10Fix a little thinko in sending events to secondary listeners. (#71997)jimingham1-5/+5
2023-11-10[lldb] Read Checksum from DWARF line tables (#71458)Jonas Devlieghere1-1/+8
2023-11-10[lldb] Fix a off-by-one error in ParseSupportFilesFromPrologue (#71984)Jonas Devlieghere1-9/+16
2023-11-10[lldb] Change interface of StructuredData::Array::GetItemAtIndexAsDictionary ...Alex Langford4-8/+16