aboutsummaryrefslogtreecommitdiff
path: root/lldb/include
AgeCommit message (Expand)AuthorFilesLines
2023-07-24[lldb][NFCI] Add some missing SB class forward declarationsAlex Langford1-0/+3
2023-07-21[lldb] Convert script native types to StructuredData counterpartMed Ismail Bennani9-3/+116
2023-07-20[lldb] Identify Swift-implemented ObjC classesDave Lee1-0/+6
2023-07-20Remove IncrementFalseAlarmsAndReviseHitCount, unused ivarsJason Molenda1-7/+1
2023-07-19[lldb] Make frame var --regex always search globalsFelipe de Azevedo Piovezan1-0/+4
2023-07-14[lldb][NFCI] Remove unneeded temporary std::string allocations in SBAPIAlex Langford1-0/+3
2023-07-14Revert "Revert "[lldb][LocateModuleCallback] Call locate module callback""Shubham Sandeep Rastogi2-0/+20
2023-07-14Revert "[lldb][LocateModuleCallback] Call locate module callback"Shubham Sandeep Rastogi2-20/+0
2023-07-13[lldb] Support Compact C Type Format (CTF) sectionJonas Devlieghere1-0/+1
2023-07-13[lldb] Move CommandOverrideCallbackWithResult to lldb_private namespaceAlex Langford3-5/+6
2023-07-13[lldb] Forward declare SBPlatform and SBTypeMember in SBDefinesAlex Langford1-0/+2
2023-07-12[lldb][LocateModuleCallback] Implement API, Python interfaceKazuki Sakamoto2-0/+16
2023-07-12[lldb][LocateModuleCallback] Call locate module callbackKazuki Sakamoto2-0/+20
2023-07-12[lldb][LocateModuleCallback] Update SBFileSpec/SBModuleSpecKazuki Sakamoto1-0/+11
2023-07-11Add a generic Process method to dump plugin history.Jim Ingham1-0/+4
2023-07-11[lldb][NFCI] Methods to load scripting resources should take a Stream by refe...Alex Langford4-4/+4
2023-07-10[lldb][NFCI] TestEmulation should take a Stream refAlex Langford2-4/+4
2023-07-07[lldb][NFCI] Remove use of Stream * from TypeSystemAlex Langford1-4/+4
2023-07-06Refine the reporting mechanism for interruption.Jim Ingham2-0/+79
2023-07-05[lldb][NFCI] Minor cleanup of default OptionValue::GetSubValue implementationAlex Langford1-2/+1
2023-07-05[lldb][NFCI] Deprecate SBValue::GetOpaqueTypeAlex Langford1-0/+1
2023-07-05[lldb] Deprecate SBHostOS threading functionalityAlex Langford1-0/+11
2023-07-03[lldb] Add two-level caching in the source managerJonas Devlieghere3-12/+31
2023-07-03[lldb][NFCI] Target::StopHook::GetDescription should take a Stream ref instea...Alex Langford1-4/+4
2023-07-03[lldb] Introduce a macro to mark methods as unsupported with no replacementAlex Langford9-29/+35
2023-07-03[lldb][NFCI] Change return type of GetProcessPluginNameAlex Langford2-3/+3
2023-07-03[lldb][NFC] Simplify GetLocation_DW_OP_addr functionFelipe de Azevedo Piovezan1-15/+7
2023-06-27[lldb] Avoid FileSystem::Resolve for cached files in the SourceManagerJonas Devlieghere2-6/+22
2023-06-27[lldb][NFCI] Apply LLDB_DEPRECATED to things that have deprecated commentsAlex Langford5-18/+43
2023-06-27[lldb][NFCI] Remove use of ConstString from PluginManagerAlex Langford1-9/+11
2023-06-27[lldb] Use SmallVector for handling register dataDavid Spickett1-9/+15
2023-06-26Don't allow SBValue::Cast to cast from a smaller type to a larger,Jim Ingham4-4/+6
2023-06-26[LLDB] Fix 582582fb474b8cd4103e65c3e5a705b3aff61794walter erquinigo1-0/+3
2023-06-26[lldb][NFCI] Remove ConstString from Process::ConfigureStructuredDataAlex Langford1-1/+1
2023-06-26[lldb] Add `source cache dump` and `source cache clear` subcommandJonas Devlieghere2-6/+8
2023-06-26[lldb][NFCI] Timer::DumpCategoryTimes should take a reference instead of a po...Alex Langford1-1/+1
2023-06-26[lldb][NFCI] UUID::Dump should take a reference instead of a pointerAlex Langford2-2/+2
2023-06-26[LLDB] Add DWARF definitions for the new Mojo languagewalter erquinigo1-2/+2
2023-06-23[lldb][NFCI] Remove use of ConstString from StructuredDataPluginAlex Langford2-4/+4
2023-06-22[lldb] Fix variable name mismatch between signature and docs (NFC)Jonas Devlieghere1-1/+1
2023-06-21[lldb] Fix failure in TestStackCoreScriptedProcess on x86_64Med Ismail Bennani1-0/+1
2023-06-21[lldb] Add register field tables to the "register info" commandDavid Spickett1-2/+4
2023-06-21[lldb] Correct spelling in RegisterFlags commentsDavid Spickett1-1/+1
2023-06-21[LLDB] Add table formatting for register fieldsDavid Spickett1-0/+7
2023-06-21[lldb] Add "register info" commandDavid Spickett1-0/+34
2023-06-20[lldb][Android] Support zip .so fileKazuki Sakamoto2-0/+70
2023-06-16[lldb] De-virtualize applicable functions in ValueObject (NFC)Dave Lee1-12/+8
2023-06-16[lldb][NFCI] Remove unused method Properties::GetSubPropertyAlex Langford1-4/+0
2023-06-16[lldb][NFCI] Remove use of ConstString in ProcessStructReaderAlex Langford1-6/+6
2023-06-16Revert "[lldb] Rate limit progress reports -- different approach [WIP-ish]"Pavel Labath1-11/+7