summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Target.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-14/+14
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-121-1/+1
* Use std::make_shared in LLDB (NFC)Jonas Devlieghere2019-02-111-20/+25
* [Expressions] Add support of expressions evaluation in some object's contextAleksandr Urakov2019-02-051-4/+8
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Change std::sort to llvm::sort to detect non-determinism.Jonas Devlieghere2019-01-081-1/+1
* ProcessLaunchInfo: Remove Target referencePavel Labath2019-01-081-12/+81
* ProcessLaunchInfo: remove Debugger referencePavel Labath2019-01-071-2/+3
* symbols.enable-external-lookup=false on all hosts (not just OSX)Jan Kratochvil2019-01-031-1/+2
OpenPOWER on IntegriCloud