summaryrefslogtreecommitdiff
path: root/lldb/source/API/SBTarget.cpp
AgeCommit message (Expand)Author
2022-01-20[lldb] Decouple instrumentation from the reproducersJonas Devlieghere
2022-01-09[lldb] Remove LLDB_RECORD_RESULT macroJonas Devlieghere
2022-01-09[lldb] Remove reproducer instrumentationJonas Devlieghere
2022-01-02[API] Remove redundant member initialization (NFC)Kazu Hirata
2021-11-23[formatters] List and forward_list capping_size determination and applicationDanil Stefaniuc
2021-11-01[lldb][NFC] avoid unnecessary roundtrips between different string typesXu Jun
2021-10-25Add modules stats into the "statistics dump" command.Greg Clayton
2021-10-21Modify "statistics dump" to dump JSON.Greg Clayton
2021-10-05[lldb] Remove some anonymous namespacesPavel Labath
2021-08-05[lldb] Use a struct to pass function search options to Module::FindFunctionJonas Devlieghere
2021-06-17[trace][intel-pt] Create basic SB APIWalter Erquinigo
2021-04-16Target::ReadMemory read from read-only binary file Section, not memoryJason Molenda
2021-03-03[lldb][NFC] Delete unused AddressResolverNameRaphael Isemann
2021-03-01[lldb] Revert ScriptedProcess patchesMed Ismail Bennani
2021-03-01[lldb/Commands] Add command options for ScriptedProcess to ProcessLaunchMed Ismail Bennani
2021-02-03[lldb/test] Stop recording fundamental return types (NFC)Med Ismail Bennani
2021-02-01[lldb/API] Expose Module::IsLoadedInTarget() to SB API (NFC)Med Ismail Bennani
2020-12-15[lldb/API] Expose Target::CreateBreakpoint(..., move_to_nearest_code) overloadMed Ismail Bennani
2020-12-15Revert "[lldb/API] Expose Target::CreateBreakpoint(..., move_to_nearest_code)...Med Ismail Bennani
2020-12-15[lldb/API] Expose Target::CreateBreakpoint(..., move_to_nearest_code) overloadMed Ismail Bennani
2020-11-23[lldb] Prevent 'process connect' from using local-only pluginsMichał Górny
2020-08-05"|" used when "||" was meant in SBTarget::FindFunctionsJim Ingham
2020-08-05[lldb] Make SBTarget::LaunchSimple start form the target's LaunchInfoJonas Devlieghere
2020-07-13[lldb] Remove unused argument (NFC)Jonas Devlieghere
2020-03-24[lldb] Don't dump the frame in SBTarget::EvaluateExpression in LLDB_CONFIGURA...Raphael Isemann
2020-03-23Create basic SBEnvironment classWalter Erquinigo
2020-03-23Revert "Create basic SBEnvironment class"Walter Erquinigo
2020-03-23Create basic SBEnvironment classWalter Erquinigo
2020-03-23[lldb/API] Make Launch(Simple) use args and env from target propertiesFred Riss
2020-03-20Revert "Create basic SBEnvironment class"Walter Erquinigo
2020-03-20Create basic SBEnvironment classWalter Erquinigo
2020-03-20Temporarily Revert "Create basic SBEnvironment class"Adrian Prantl
2020-03-20Create basic SBEnvironment classWalter Erquinigo
2020-02-24[lldb/Plugins] Move SBTarget::GetExtendedCrashInformation to SBProcessMed Ismail Bennani
2020-02-21[lldb/Plugins] Add ability to fetch crash information on crashed processesMed Ismail Bennani
2020-02-17[lldb] Replace empty ctor en dtor bodies with =default (NFC)Jonas Devlieghere
2020-02-04[lldb/Reproducers] Change the way we instrument void* argumentsJonas Devlieghere
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2019-12-04Change Target::FindBreakpointsByName to return Expected<vector>Joseph Tremoulet
2019-11-25[lldb][NFC] Allow range-based for-loops on VariableListRaphael Isemann
2019-11-06[lldb] Remove dead code from STLUtils.hJonas Devlieghere
2019-10-17Modernize the rest of the Find.* API (NFC)Adrian Prantl
2019-10-01Remove size_t return parameter from FindTypesAdrian Prantl
2019-09-04Code cleanup: Change FormattersContainer::KeyType from SP to rvalueJan Kratochvil
2019-08-14[LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere
2019-07-31[API] Remove use of ClangASTContext from SBTargetAlex Langford
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-07-02[Symbol] Add DeclVendor::FindTypesAlex Langford
2019-06-24[Target] Hoist LanguageRuntime::GetDeclVendorAlex Langford
2019-06-10[Target] Remove Process::GetObjCLanguageRuntimeAlex Langford