aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2023-12-15[lldb][NFCI] Remove unused parameter from BreakpointResolver*::CreateFromStru...Alex Langford11-32/+23
2023-12-15[lldb] Trying to fix windows buildbots after #74786 (#75566)Greg Clayton3-7/+18
2023-12-14Add option to pass thread ID to thread select command (#73596)Michael Christensen7-52/+176
2023-12-14[LLDB] Add more helper functions to CompilerType class (second try). (#73472)cmtice2-0/+240
2023-12-14[lldb-dap] Implement command directives (#74808)Walter Erquinigo10-60/+287
2023-12-14[lldb] Remove PopPlan asserts and skip test on Arm/AArch64 LinuxDavid Spickett2-19/+4
2023-12-14Fix a crash from character type confusion interaction with libedit (#75388)Kevin Frei2-2/+10
2023-12-14Revert "lldb: Cache string hash during ConstString pool queries/insertions"David Blaikie1-28/+22
2023-12-14[lldb] Fixup PopPlan assertDavid Spickett1-3/+4
2023-12-14[lldb] Assert immediately prior to calling PopPlanDavid Spickett1-1/+13
2023-12-14Reland "Add a test for evicting unreachable modules from the global module ca...David Spickett5-0/+191
2023-12-13[lldb] Skip 2 newly introduced tests from running on DWARF2 and clang 11 (#75...Augusto Noronha2-1/+3
2023-12-13[lldb] Return index of element in ValueObject path instead of the element's v...Pete Lawrence2-4/+11
2023-12-13[lldb][PDB] TypeQuery parameter should be ConstStringDavid Spickett1-3/+4
2023-12-13[lldb][PDB] Fix more issues with PDB testsDavid Spickett1-3/+3
2023-12-13Revert "Add a test for evicting unreachable modules from the global module ca...David Spickett4-185/+0
2023-12-13[lldb][PDB] Attempt to fix tests on WindowsDavid Spickett1-1/+0
2023-12-13[lldb] Fix buildbots after PR 74786 (#75272)Greg Clayton2-46/+47
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