summaryrefslogtreecommitdiff
path: root/lldb/source/Target/Target.cpp
AgeCommit message (Expand)Author
2021-05-24[lldb] Move ClangModulesDeclVendor ownership to ClangPersistentVariables from...Alex Langford
2021-05-11Change Target::ReadMemory to ensure the amount of memory read from the file-c...Augusto Noronha
2021-05-04[lldb] Refactor argument group by SourceLocationSpec (NFCI)Med Ismail Bennani
2021-04-20Get Section from resolved_addr in Target::ReadMemoryJason Molenda
2021-04-16Target::ReadMemory read from read-only binary file Section, not memoryJason Molenda
2021-03-30Fix errors in 0b69756110db444282c40ea16929186b2910c3b1Walter Erquinigo
2021-03-30[trace][intel-pt] Implement trace start and trace stopWalter Erquinigo
2021-03-24Revert "[lldb/Plugins] Add ScriptedProcess Process Plugin"Med Ismail Bennani
2021-03-24[lldb/Plugins] Add ScriptedProcess Process PluginMed Ismail Bennani
2021-03-24Revert "[lldb/Plugins] Add ScriptedProcess Process Plugin"David Zarzycki
2021-03-23[lldb/Plugins] Add ScriptedProcess Process PluginMed Ismail Bennani
2021-03-23[lldb/Commands] Add command options for ScriptedProcess to ProcessLaunchMed Ismail Bennani
2021-03-01[lldb] Revert ScriptedProcess patchesMed Ismail Bennani
2021-03-01[lldb/Plugins] Add ScriptedProcess Process PluginMed Ismail Bennani
2021-02-28[lldb/Target] Remove outdated codeTatyana Krasnukha
2021-02-28[lldb/Interpreter] Fix deep copying for OptionValue classesTatyana Krasnukha
2021-02-24[lldb] Support debugging utility functionsJonas Devlieghere
2021-02-08Reland "[lldb] Make CommandInterpreter's execution context the same as debugg...Tatyana Krasnukha
2020-12-22[lldb] Abstract scoped timer logic behind LLDB_SCOPED_TIMER (NFC)Jonas Devlieghere
2020-12-17Revert "[lldb] Make CommandInterpreter's execution context the same as debugg...Pavel Labath
2020-12-12[lldb] Make CommandInterpreter's execution context the same as debugger's one.Tatyana Krasnukha
2020-12-10[lldb] Allow LLDB to automatically retry a failed expression with an imported...Raphael Isemann
2020-11-23[lldb] Prevent 'process connect' from using local-only pluginsMichał Górny
2020-11-09[lldb] Make GetSelectedOrDummyTarget return the target by reference (NFC)Jonas Devlieghere
2020-10-30[lldb] GetSharedModule: Collect old modules in SmallVectorJoseph Tremoulet
2020-10-29Mark the execution of stop-hooks as non-interactive.Jim Ingham
2020-10-24[lldb] Fix building with GCC 7. NFC.Martin Storsjö
2020-10-23[lldb] Redesign Target::GetUtilityFunctionForLanguage APIJonas Devlieghere
2020-10-13[lldb] Allow limiting the number of error diagnostics when parsing an expressionRaphael Isemann
2020-10-12[trace] Scaffold "thread trace dump instructions"Walter Erquinigo
2020-10-05Fix raciness in the StopHook check for "has the target run".Jim Ingham
2020-09-29Revert "Revert "Add the ability to write target stop-hooks using the ScriptIn...Jim Ingham
2020-09-28Revert "Add the ability to write target stop-hooks using the ScriptInterpreter."Jonas Devlieghere
2020-09-25Add the ability to write target stop-hooks using the ScriptInterpreter.Jim Ingham
2020-08-22Instantiate Error in Target::GetEntryPointAddress() only when necessaryDimitry Andric
2020-08-17Convert to early exit (NFC)Adrian Prantl
2020-08-17Simplify error reporting (NFC)Adrian Prantl
2020-08-17Convert if cascade to switch (NFC)Adrian Prantl
2020-08-17Convert to early exit (NFC)Adrian Prantl
2020-08-17Convert to early exit (NFC)Adrian Prantl
2020-08-05[lldb] Add an option to inherit TCC permissions from parent.Jonas Devlieghere
2020-07-17[lldb] Store StackFrameRecognizers in the target instead of a global listRaphael Isemann
2020-06-24[lldb] Use std::make_unique<> (NFC)Jonas Devlieghere
2020-06-09[lldb/Interpreter] Support color in CommandReturnObjectJonas Devlieghere
2020-05-19[lldb/Properties] Move OSPluginReportsAllThreads from Target to ProcessJonas Devlieghere
2020-04-06[lldb] Add option to retry Fix-Its multiple times to failed expressionsRaphael Isemann
2020-04-03Allow the ThreadPlanStackMap to hold the thread plans for threadsJim Ingham
2020-03-23[lldb/Target] Rework the way the inferior environment is createdFred Riss
2020-03-23[lldb/Target] Initialize new targets environment variables from target.env-varsFred Riss
2020-03-04[lldb] Make BreakpointResolver hold weak_ptr instead of raw pointer to breakp...Tatyana Krasnukha