summaryrefslogtreecommitdiff
path: root/lldb/source/Target/Target.cpp
AgeCommit message (Expand)Author
2020-02-18[lldb] Make shared_from_this-related code saferTatyana Krasnukha
2020-02-18[lldb] Don't call CopyForBreakpoint from a Breakpoint's constructorTatyana Krasnukha
2020-02-14Remove 'process launch failed:' message prefix in Target::LaunchJason Molenda
2020-01-30[lldb][NFCI] Remove UserExpression::GetJITModuleAlex Langford
2020-01-28[lldb] Remove ClangASTImporter from TargetAlex Langford
2020-01-24[lldb][NFC] Fix all formatting errors in .cpp file headersRaphael Isemann
2020-01-21[lldb] Add a setting to not install the main executableDaniel Kiss
2020-01-21Revert "[lldb] Add a setting to not install the main executable"Francesco Petrogalli
2020-01-21[lldb] Add a setting to not install the main executableFrancesco Petrogalli
2020-01-16[lldb] Remove ClangASTContext.h inclusion in Target.cppAlex Langford
2020-01-09[lldb] Modernize OptionValue::SetValueChangedCallbackPavel Labath
2020-01-07[lldb][NFC] Use static_cast instead of reinterpret_cast where possibleRaphael Isemann
2019-12-17[lldb] Remove modern-type-lookupRaphael Isemann
2019-12-12[Target] Remove Target::GetScratchClangASTContextAlex Langford
2019-12-04Change Target::FindBreakpointsByName to return Expected<vector>Joseph Tremoulet
2019-12-04[lldb] Remove FileSpec(FileSpec*) constructorPavel Labath
2019-12-04[lldb][NFC] Migrate to raw_ostream in Module::GetDescriptionRaphael Isemann
2019-12-02[lldb][NFC] Make Stream's IndentLevel an unsigned integers.Raphael Isemann
2019-10-17Modernize the rest of the Find.* API (NFC)Adrian Prantl
2019-10-14uint32_t options -> File::OpenOptions optionsLawrence D'Anna
2019-10-10Implement serializing scripted breakpoints and their extra args.Jim Ingham
2019-10-01Allow the internal-state-thread free access to the TargetAPI mutex.Jim Ingham
2019-09-27remove File::SetStream(), make new files instead.Lawrence D'Anna
2019-09-04[lldb] Limit the amount of zeroes we use for padding when printing small floatsRaphael Isemann
2019-09-04Code cleanup: Change FormattersContainer::KeyType from SP to rvalueJan Kratochvil
2019-08-22Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl
2019-08-22Revert Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl
2019-08-22Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl
2019-08-02Format OptionEnumValueElement (NFC)Jonas Devlieghere
2019-07-31[API] Remove use of ClangASTContext from SBTargetAlex Langford
2019-07-30[Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford
2019-07-29[lldb] Qualify includes of Properties[Enum].inc files. NFCJordan Rupprecht
2019-07-29[lldb] Also include the array definition in Properties.incJonas Devlieghere
2019-07-26[TableGen] Move target properties into a separate file (NFC)Jonas Devlieghere
2019-07-25Let tablegen generate property definitionsJonas Devlieghere
2019-07-24[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere
2019-07-23[Logging] Fix format stringsJonas Devlieghere
2019-07-22[Logging] Replace LogIfAnyCategoriesSet with LLDB_LOG.Jonas Devlieghere
2019-07-19[Target] Fix formatting and whitespace (NFC)Jonas Devlieghere
2019-07-19[Target] Return an llvm::Expected from GetEntryPointAddress (NFC)Jonas Devlieghere
2019-07-18Fall back to dyld's _dyld_start when no LC_MAIN / main() func can be foundJason Molenda
2019-07-16[Target] Remove unused method Target::GetDefaultClangModuleSearchPathsAlex Langford
2019-07-11[Target] Replace Plugin headers with non-plugin headersAlex Langford
2019-06-21[Target] Decouple ObjCLanguageRuntime from LanguageRuntimeAlex Langford
2019-06-10[Target] Use llvm::scope_exit to restore m_suppress_stop_hooks value.Tatyana Krasnukha
2019-06-03[Target] Generalize some behavior in Target::SymbolsDidLoadAlex Langford
2019-05-24Fix integer literals which are cast to boolJonas Devlieghere
2019-05-14typedef enum -> enumFangrui Song
2019-05-08Propagate command interpreter errors from lldlbinitJonas Devlieghere
2019-04-26[ScriptInterpreter] Move ownership into debugger (NFC)Jonas Devlieghere