summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Target.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Modernize OptionValue::SetValueChangedCallbackPavel Labath2020-01-091-80/+48
* [lldb][NFC] Use static_cast instead of reinterpret_cast where possibleRaphael Isemann2020-01-071-9/+9
* [lldb] Remove modern-type-lookupRaphael Isemann2019-12-171-12/+0
* [Target] Remove Target::GetScratchClangASTContextAlex Langford2019-12-121-14/+0
* Change Target::FindBreakpointsByName to return Expected<vector>Joseph Tremoulet2019-12-041-4/+10
* [lldb] Remove FileSpec(FileSpec*) constructorPavel Labath2019-12-041-4/+3
* [lldb][NFC] Migrate to raw_ostream in Module::GetDescriptionRaphael Isemann2019-12-041-1/+1
* [lldb][NFC] Make Stream's IndentLevel an unsigned integers.Raphael Isemann2019-12-021-1/+1
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-171-8/+6
* uint32_t options -> File::OpenOptions optionsLawrence D'Anna2019-10-141-4/+3
* Implement serializing scripted breakpoints and their extra args.Jim Ingham2019-10-101-2/+1
* Allow the internal-state-thread free access to the TargetAPI mutex.Jim Ingham2019-10-011-0/+7
* remove File::SetStream(), make new files instead.Lawrence D'Anna2019-09-271-3/+3
* [lldb] Limit the amount of zeroes we use for padding when printing small floatsRaphael Isemann2019-09-041-0/+6
* Code cleanup: Change FormattersContainer::KeyType from SP to rvalueJan Kratochvil2019-09-041-4/+4
* Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-221-24/+15
* Revert Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-221-15/+24
* Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-221-24/+15
* Format OptionEnumValueElement (NFC)Jonas Devlieghere2019-08-021-49/+118
* [API] Remove use of ClangASTContext from SBTargetAlex Langford2019-07-311-0/+28
* [Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford2019-07-301-53/+54
* [lldb] Qualify includes of Properties[Enum].inc files. NFCJordan Rupprecht2019-07-291-4/+4
* [lldb] Also include the array definition in Properties.incJonas Devlieghere2019-07-291-33/+29
* [TableGen] Move target properties into a separate file (NFC)Jonas Devlieghere2019-07-261-4/+4
* Let tablegen generate property definitionsJonas Devlieghere2019-07-251-232/+13
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-241-86/+60
* [Logging] Fix format stringsJonas Devlieghere2019-07-231-8/+6
* [Logging] Replace LogIfAnyCategoriesSet with LLDB_LOG.Jonas Devlieghere2019-07-221-9/+8
* [Target] Fix formatting and whitespace (NFC)Jonas Devlieghere2019-07-191-158/+148
* [Target] Return an llvm::Expected from GetEntryPointAddress (NFC)Jonas Devlieghere2019-07-191-23/+22
* Fall back to dyld's _dyld_start when no LC_MAIN / main() func can be foundJason Molenda2019-07-181-0/+38
* [Target] Remove unused method Target::GetDefaultClangModuleSearchPathsAlex Langford2019-07-161-7/+0
* [Target] Replace Plugin headers with non-plugin headersAlex Langford2019-07-111-2/+1
* [Target] Decouple ObjCLanguageRuntime from LanguageRuntimeAlex Langford2019-06-211-2/+2
* [Target] Use llvm::scope_exit to restore m_suppress_stop_hooks value.Tatyana Krasnukha2019-06-101-4/+5
* [Target] Generalize some behavior in Target::SymbolsDidLoadAlex Langford2019-06-031-6/+2
* Fix integer literals which are cast to boolJonas Devlieghere2019-05-241-1/+1
* typedef enum -> enumFangrui Song2019-05-141-2/+2
* Propagate command interpreter errors from lldlbinitJonas Devlieghere2019-05-081-0/+1
* [ScriptInterpreter] Move ownership into debugger (NFC)Jonas Devlieghere2019-04-261-7/+4
* Lock accesses to OptionValueFileSpecList objectsFrederic Riss2019-04-231-10/+20
* Fix a bug in my change to ModulesDidLoad in r357955.Jason Molenda2019-04-221-5/+3
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-10/+0
* Rename Target::GetSharedModule to Target::GetOrCreateModule.Jason Molenda2019-04-081-11/+28
* Add ability to import std module into expression parser to improve C++ debuggingRaphael Isemann2019-03-121-0/+10
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-7/+7
* [Expression] Remove unused parameter from EvaluateAlex Langford2019-03-051-6/+5
* Resubmit r354706 with a fix for process launch.Jim Ingham2019-03-011-19/+29
* Revert r354706 - lit touched my thighJim Ingham2019-02-231-24/+8
* Make sure that stop-hooks run asynchronously.Jim Ingham2019-02-231-8/+24
OpenPOWER on IntegriCloud