aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2023-12-06[lldb] Un-xfail test after commit revertFelipe de Azevedo Piovezan1-4/+0
2023-12-06[clang][DebugInfo] Revert "emit definitions for constant-initialized static d...Michael Buch3-86/+9
2023-12-06[lldb][SymbolFileDWARF][NFC] Remove unnecessary calls to GetDWARFDeclContext ...Felipe de Azevedo Piovezan1-2/+3
2023-12-05[NFC][lldb] Implement DiagnosticManager::Consume (#74011)Augusto Noronha1-0/+9
2023-12-05[lldb] Sync OpenBSD GetOSVersion() closer to NetBSD function (#74396)Brad Smith1-5/+9
2023-12-04[lldb][NFC] Minor formatting nits with some of the NetBSD codeBrad Smith4-5/+5
2023-12-04[lldb] Remove unused variableBrad Smith1-1/+0
2023-12-04[lldb] Additional pieces towards OpenBSD support (#74198)Brad Smith8-10/+24
2023-12-04DEBUGINFOD based DWP acquisition for LLDB (#70996)Kevin Frei9-7/+260
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] Make use of LD_LIBRARY_PATH on OpenBSD (#74017)Brad Smith2-2/+2
2023-12-01[lldb] Simplify pipe2(2) handling on FreeBSD (#74019)Brad Smith1-2/+2
2023-12-01[lldb/test] Add OpenBSD to _get_platform_os (#74036)Brad Smith1-0/+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-30Include <vector> in WatchpointResource.hJason Molenda1-1/+1
2023-11-30[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda48-759/+1426
2023-11-30[lldb-dap] Fixing a type encoding issue with dap Stopped events. (#72292)John Harrison1-5/+5
2023-11-30Send an explicit interrupt to cancel an attach waitfor. (#72565)jimingham4-5/+97
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 Buch4-13/+6
2023-11-29Allow lldb to load .dwp files with large .debug_info or .debug_types. (#73736)Greg Clayton2-3/+6
2023-11-28[lldb][test] Remove `reason` from `unittest2.expectedFailure` usage (#73028)Jordan Rupprecht9-18/+22
2023-11-28[lldb][test] TestConstStaticIntegralMember: relax assertion on number of glob...Michael Buch1-1/+1
2023-11-28Add support for parsing type unit entries in .debug_names. (#72952)Greg Clayton2-5/+63
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 Wu4-7/+26
2023-11-28Revert "[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)"David Spickett48-1428/+759
2023-11-28[lldb][PDB] Fix message order in test caseDavid Spickett1-2/+2
2023-11-28[lldb] try to fix build on linux after fc6b72523f3d7Nico Weber1-0/+2
2023-11-27Include <vector> in WatchpointResource.hJason Molenda1-1/+1
2023-11-27[lldb] [mostly NFC] Large WP foundation: WatchpointResources (#68845)Jason Molenda48-759/+1426
2023-11-27[lldb][AArch64][Linux] Correct name of FPCR fieldDavid Spickett3-5/+5
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 Tice2-320/+21
2023-11-26[LLDB] Add more helper functions to CompilerType class. (#73467)cmtice2-21/+320
2023-11-24[lldb] correct inconsistent order of messages on process launch (#73173)José Lira Junior3-5/+7
2023-11-20Fix command escape bug in lldb-dap (#72902)jeffreytan813-4/+4
2023-11-20[lldb][split-dwarf] implement GetSeparateDebugInfo for SymbolFileOnDemand (#7...Tom Yang7-39/+92
2023-11-20Revert "Add new API in SBTarget for loading core from SBFile (#71769)"Muhammad Omair Javaid3-45/+0
2023-11-17[lldb] Remove unused Status::SetMachError (NFC) (#72668)Jonas Devlieghere2-17/+0
2023-11-17Add new API in SBTarget for loading core from SBFile (#71769)GeorgeHuyubo3-0/+45
2023-11-17[lldb] Pass important options to dsymForUUID (#72669)Jonas Devlieghere1-1/+5
2023-11-17[lldb][test] Add the ability to extract the variable value out of the summary...santhoshe4471-0/+3