aboutsummaryrefslogtreecommitdiff
path: root/lldb/include
AgeCommit message (Expand)AuthorFilesLines
2022-10-25[lldb] Automatically unwrap parameter packs in template argument accessorsJonas Devlieghere3-10/+30
2022-07-26Add string conversion for InstructionControlFlowKind enumJakob Johnson1-0/+3
2022-07-26Move GetControlFlowKind's logic to DisassemblerLLVMC.cppWalter Erquinigo1-1/+4
2022-07-26[trace][intel pt] Introduce wall clock time for each trace itemWalter Erquinigo4-25/+30
2022-07-26[lldb][AArch64] Add support for memory tags in core filesDavid Spickett1-2/+2
2022-07-25[lldb][AArch64] Add UnpackTagsFromCoreFileSegment to MemoryTagManagerDavid Spickett1-0/+15
2022-07-23Revert "[NFC] Improve FileSpec internal APIs and usage in preparation for add...Nico Weber1-42/+13
2022-07-22Cache the value for absolute path in FileSpec.Greg Clayton1-0/+14
2022-07-22[NFC] Improve FileSpec internal APIs and usage in preparation for adding cach...Greg Clayton1-13/+28
2022-07-22[LLDB][ClangExpression] Allow expression evaluation from within C++ LambdasMichael Buch1-0/+17
2022-07-22[LLDB][Expression] Allow instantiation of IR Entity from ValueObjectMichael Buch2-0/+28
2022-07-20[LLDB][NFC][Reliability] Fix uninitialized variables from Coverity scanSlava Gurevich3-3/+3
2022-07-18Revert "Make hit point counts reliable for architectures that stop before eva...Jim Ingham2-4/+1
2022-07-18Make hit point counts reliable for architectures that stop before evaluation.Jim Ingham2-1/+4
2022-07-17Remove redundant return statements (NFC)Kazu Hirata1-1/+1
2022-07-15Use value instead of getValue (NFC)Kazu Hirata1-1/+1
2022-07-15[lldb] [llgs] Send process output asynchronously in non-stop modeMichał Górny1-0/+1
2022-07-14[lldb] Refactor command option enum values (NFC)Jonas Devlieghere5-12/+364
2022-07-13[trace][intel pt] Support dumping the trace info in jsonymeng1-1/+2
2022-07-13[trace][intel pt] Add a cgroup filterGaurav Gaur1-0/+5
2022-07-13[trace][intel pt] Create a CPU change event and expose it in the dumperWalter Erquinigo3-3/+17
2022-07-13[trace] Add an option to save a compact trace bundleWalter Erquinigo2-10/+35
2022-07-13[lldb] Fix build with GCC 9 after "[ADT] Use Empty Base Optimization for Allo...Martin Storsjö1-1/+1
2022-07-12[trace] Add a flag to the decoder to output the instruction typeWalter Erquinigo3-17/+40
2022-07-12[lldb] Make the g_arguments_data constexpr and fix the static assertJonas Devlieghere1-3/+0
2022-07-12Reland "[LLDB][NFC] Decouple dwarf location table from DWARFExpression."Zequan Wu7-130/+188
2022-07-12[lldb] add SBSection.alignment to python bindingsDavid M. Lary1-0/+6
2022-07-12Revert "[lldb] add SBSection.alignment to python bindings"Pavel Labath1-6/+0
2022-07-12[lldb] add SBSection.alignment to python bindingsPavel Labath1-0/+6
2022-07-07Revert "[LLDB][NFC] Decouple dwarf location table from DWARFExpression."Jonas Devlieghere7-169/+130
2022-07-07Remove dead code: TypeMap::RemoveMismatchedTypes(TypeClass type_class)David Blaikie1-5/+0
2022-07-07[lldb] Add comments to describe m_memory_addr and IsInMemoryAugusto Noronha1-0/+2
2022-07-07Use StringRef to avoid unnecessary copies into std::stringsDavid Blaikie2-6/+8
2022-07-07[LLDB][NFC] Decouple dwarf location table from DWARFExpression.Zequan Wu7-130/+169
2022-07-01[PATCH] [lldb-server] Skip shared regions for memory allocationEmre Kultursay1-3/+11
2022-06-29[trace] Make events first class items in the trace cursor and rework errorsWalter Erquinigo4-108/+95
2022-06-28[trace] Improve the TraceCursor iteration APIWalter Erquinigo2-73/+59
2022-06-28[lldb] Add a NativeProcessProtocol::Threads() iterableMichał Górny1-0/+15
2022-06-27Have CommandObjectParsed check for "commands that take no arguments".Jim Ingham1-0/+5
2022-06-27[NFC][lldb] Correct Module::FindFunctions documentationAlex Langford1-1/+1
2022-06-27[lldb] Add a log dump commandJonas Devlieghere2-0/+30
2022-06-26[lld] Don't use Optional::hasValue (NFC)Kazu Hirata1-1/+1
2022-06-25Revert "Don't use Optional::hasValue (NFC)"Kazu Hirata1-2/+2
2022-06-25Don't use Optional::hasValue (NFC)Kazu Hirata1-2/+2
2022-06-24[lldb] Add support for specifying a log handlerJonas Devlieghere3-1/+11
2022-06-24[lldb] Add SystemLogHandler for emitting log messages to the system logJonas Devlieghere1-0/+11
2022-06-24[lldb] Replace Host::SystemLog with Debugger::Report{Error,Warning}Jonas Devlieghere1-7/+0
2022-06-24[NFC][lldb][trace] Rename trace session to trace bundleWalter Erquinigo3-18/+15
2022-06-24[lldb] [llgs] Implement the vKill packetMichał Górny1-0/+1
2022-06-23[lldb] Make thread safety the responsibility of the log handlersJonas Devlieghere1-5/+2