aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2023-12-12[lldb] Make only one function that needs to be implemented when searching for...Greg Clayton52-907/+1135
2023-12-12Add a test for evicting unreachable modules from the global module cache (#74...jimingham4-0/+185
2023-12-12[lldb] Correctly check and report error states in StackFrame.cpp (#74414)Pete Lawrence1-12/+10
2023-12-12lldb: Cache string hash during ConstString pool queries/insertionsDavid Blaikie1-22/+28
2023-12-11[lldb] Disable new TestLocationListLookup when clang version is <= 11 (#75102)Augusto Noronha1-0/+1
2023-12-11[lldb-dap] Emit declarations along with variables (#74865)Walter Erquinigo2-2/+49
2023-12-11[lldb-dap] Include [opt] in the frame name only if a custom frame format is n...Walter Erquinigo1-2/+4
2023-12-11[lldb][NFC] Simplify DWARRFDeclContext::GetQualifiedName (#74788)Felipe de Azevedo Piovezan1-20/+21
2023-12-11[SymbolFileDWARF][NFC] Remove duplicated code checking for type tags (#74773)Felipe de Azevedo Piovezan1-45/+15
2023-12-09[ADT] Rename SmallString::{starts,ends}with to {starts,ends}_with (#74916)Kazu Hirata1-1/+1
2023-12-08[lldb][test] Disable image lookup colour test on Mac OSDavid Spickett1-0/+3
2023-12-08[lldb][test] Disable image lookup colour test on WindowsDavid Spickett1-0/+3
2023-12-08[lldb][test] Don't check line number in image lookup colour testDavid Spickett1-1/+1
2023-12-08[lldb] Add missing nullptr checks when colouring symbol outputDavid Spickett2-6/+14
2023-12-08[lldb] colorize symbols in image lookup with a regex pattern (#69422)taalhaataahir010213-35/+239
2023-12-08Reapply "[lldb][test] TestLocationListLookup.py: skip expr check on unsupport...Mikhail Goncharov1-7/+20
2023-12-08Revert "[lldb][test] TestLocationListLookup.py: skip expr check on unsupporte...Mikhail Goncharov1-20/+7
2023-12-08[lldb][test] TestLocationListLookup.py: skip expr check on unsupported platfo...Michael Buch1-7/+20
2023-12-08[lldb][Symbol] Make sure we decrement PC before checking location list (#74772)Michael Buch5-35/+34
2023-12-07Fix a stall in running `quit` while a live process is running (#74687)jimingham14-13/+74
2023-12-07[lldb][test] TestConstStaticIntegralMember.py: un-XFAIL tests for DWARFv5Michael Buch1-1/+7
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