aboutsummaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)AuthorFilesLines
2023-04-15Revert "Revert "[CMake] Bumps minimum version to 3.20.0.""Mark de Wever2-16/+2
2023-04-14Revert D148384 "[Demangle] replace use of llvm::StringView w/ std::string_view"Fangrui Song2-4/+2
2023-04-14[Demangle] replace use of llvm::StringView w/ std::string_viewNick Desaulniers2-2/+4
2023-04-14[lldb][ClangExpression] Filter out non-root namespaces in FindNamespaceMichael Buch15-36/+107
2023-04-14[lldb] Allow evaluating expressions in C++20 modeMichael Buch9-6/+60
2023-04-14[lldb][Language] Add more language typesMichael Buch2-1/+28
2023-04-14[lldb] Add `operator StringRef` to ConstStringDave Lee2-12/+13
2023-04-14[lldb] Add a sleep to TestObjectFileJSONPavel Labath1-0/+4
2023-04-14[lldb][test] Fix -Wsign-compare in RegisterFlagsTest.cpp (NFC)Jie Fu1-2/+2
2023-04-13[lldb] Use ObjectFileJSON to create modules for interactive crashlogsJonas Devlieghere5-54/+90
2023-04-13[lldb] Use the host's target triple in TestObjectFileJSONJonas Devlieghere1-4/+5
2023-04-13[lldb] Make ObjectFileJSON loadable as a moduleJonas Devlieghere7-17/+255
2023-04-13[lldb] Fix library layering after D145574Fangrui Song3-1/+3
2023-04-13[lldb] Add 'CHECK' to class-type-nullptr-deref.s test.Caroline Tice1-1/+3
2023-04-13[lldb] Show register fields using bitfield struct typesDavid Spickett20-8/+896
2023-04-13[lldb] Read register fields from target XMLDavid Spickett5-31/+263
2023-04-13[lldb][ObjectFileELF] Improve error output for unsupported arch/relocationsStefan Gränitz1-27/+39
2023-04-13[lldb] Add dummy field to RegisterInfo for register flags use laterDavid Spickett39-71/+637
2023-04-13[lldb] Add RegisterFlags classDavid Spickett5-0/+306
2023-04-13[LLDB][docs] Remove outdated list of BuildbotsDavid Spickett1-5/+0
2023-04-12AArch64 debugserver parse ESR register for watchpointsJason Molenda10-2/+362
2023-04-12Remove AArch64 out of MIPS watchpoint-skip, doc wp descriptionJason Molenda5-54/+123
2023-04-12[lldb] Fix assertion when ScriptedProcess have no pid after launchMed Ismail Bennani4-4/+7
2023-04-12[lldb] Change formatter helper function parameter list to remove ConstStringAlex Langford5-582/+508
2023-04-12[lldb] Reduce chances of spurious failures in some build setupsAlexander Kornienko1-1/+2
2023-04-11[lldb] Parse the crashlog only onceJonas Devlieghere4-18/+20
2023-04-11[lldb] Parse image high address from JSON crashlogsJonas Devlieghere1-1/+2
2023-04-11[PATCH][lldb] Fix dereference of null pointer.Caroline Tice2-0/+71
2023-04-11[lldb] Change return type of EventData::GetFlavorAlex Langford15-69/+57
2023-04-10[lldb-vscode] Fix two issues with runInTerminal test.Jorge Gorbe Moya6-16/+56
2023-04-10[lldb][NFC] Update syntax description for language cplusplus demangleAlex Langford2-3/+25
2023-04-10[lldb] Implement SymbolFile::GetCompileOptionsAugusto Noronha5-0/+54
2023-04-07[lldb] Add unittests for a few FileSpec methodsAlex Langford2-2/+58
2023-04-07[lldb] Move "SelectMostRelevantFrame" from Thread::WillStopJim Ingham4-38/+59
2023-04-07[lldb][test] Add tests for clang::PreferredNameAttr formattingMichael Buch3-0/+71
2023-04-07[clang][DebugInfo] Emit DW_AT_type of preferred name if availableMichael Buch2-4/+4
2023-04-06[lldb][NFC] Delete unused function Breakpoint::GetEventIdentifierAlex Langford2-6/+0
2023-04-06[lldb] Add an LLDB_DEPRECATED macro similar to LLVM_DEPRECATEDJonas Devlieghere3-1/+16
2023-04-06[lldb] Rename test module.map files to module.modulemap (NFC)Dave Lee2-0/+0
2023-04-06[lldb] Add an overload to SetModuleLoadAddress that takes an unsigned valueJonas Devlieghere3-4/+45
2023-04-05Fix the check in StopInfoBreakpoint for "are we currently running an expression"Jim Ingham5-1/+118
2023-04-05[lldb] Remove unused functions from RegisterContextLinux_x86Pavel Labath1-9/+0
2023-04-05Skip tests under asanAdrian Prantl2-0/+6
2023-04-05[lldb] Remove unused private field 'm_orig_rax_info' in RegisterContextLinux_...Jie Fu1-1/+0
2023-04-05[lldb] Detach the child process when stepping over a forkPavel Labath4-0/+57
2023-04-05[lldb] Drop RegisterInfoInterface::GetDynamicRegisterInfoPavel Labath10-95/+83
2023-04-04Simplify test.Adrian Prantl2-12/+3
2023-04-04Simplify test scriptAdrian Prantl1-7/+1
2023-04-04[lldb] Fix build on older FreeBSDBrooks Davis1-0/+4
2023-04-03Using global variable in xnu kernel, set # of addressable bitsJason Molenda1-0/+31