summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target
Commit message (Expand)AuthorAgeFilesLines
* Add missing nullptr checks.Adrian Prantl2020-01-101-1/+1
* [lldb] Modernize OptionValue::SetValueChangedCallbackPavel Labath2020-01-092-88/+49
* [lldb][NFC] Use static_cast instead of reinterpret_cast where possibleRaphael Isemann2020-01-071-9/+9
* [NFC] Fixes -Wrange-loop-analysis warningsMark de Wever2020-01-011-1/+1
* In 'thread step-out' command, only insert a breakpoint in executable memory.Jim Ingham2019-12-201-1/+25
* ThreadPlanTracer::TracingStarted can't call virtual methods on Thread.Jim Ingham2019-12-201-4/+5
* [lldb] Fix a -Wreturn-type warning on gccPavel Labath2019-12-201-0/+1
* [lldb] Remove modern-type-lookupRaphael Isemann2019-12-172-15/+0
* [lldb] Fix unused variable warning in ThreadPlanStepRange.cppRaphael Isemann2019-12-171-1/+0
* Run all threads when extending a next range over a call.Jim Ingham2019-12-162-4/+21
* [Target] Remove Target::GetScratchClangASTContextAlex Langford2019-12-121-14/+0
* Remove TypeValidators (NFC in terms of the testsuite)Adrian Prantl2019-12-111-5/+0
* [lldb][NFC] Move Address and AddressRange functions out of Stream and let the...Raphael Isemann2019-12-055-16/+18
* Change Target::FindBreakpointsByName to return Expected<vector>Joseph Tremoulet2019-12-041-4/+10
* [lldb] Remove FileSpec(FileSpec*) constructorPavel Labath2019-12-041-4/+3
* [lldb] s/FileSpec::Equal/FileSpec::MatchPavel Labath2019-12-042-5/+2
* [lldb][NFC] Migrate to raw_ostream in Module::GetDescriptionRaphael Isemann2019-12-041-1/+1
* [lldb][NFC] Migrate to raw_ostream in ArchSpec::DumpTripleRaphael Isemann2019-12-042-3/+3
* [Process] GetLanguageRuntimes() takes an argument that's always constant.Davide Italiano2019-12-031-6/+4
* [lldb] Move register info "augmentation" from gdb-remote into ABIPavel Labath2019-12-031-18/+17
* [lldb][NFC] Make Stream's IndentLevel an unsigned integers.Raphael Isemann2019-12-021-1/+1
* [lldb][NFC] Allow range-based for-loops on VariableListRaphael Isemann2019-11-251-6/+3
* [DWARF] Handle call sites with indirect call targetsVedant Kumar2019-11-221-10/+15
* [lldb] Fix exception breakpoint not being resolved when set on dummy targetMartin Svensson2019-11-221-1/+3
* [lldb][NFC] Simplify a return in ThreadPlanStepInRange::DefaultShouldStopHere...Raphael Isemann2019-11-121-1/+1
* MemoryRegion: Print "don't know" permission values as suchPavel Labath2019-11-051-2/+22
* lldb/minidump: Refactor memory region computation codePavel Labath2019-10-252-0/+21
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-171-8/+6
* [ARC] Basic support in gdb-remote process pluginTatyana Krasnukha2019-10-172-0/+7
* Add arm64_32 support to lldb, an ILP32 codegen Jason Molenda2019-10-162-0/+2
* uint32_t options -> File::OpenOptions optionsLawrence D'Anna2019-10-143-7/+6
* Implement serializing scripted breakpoints and their extra args.Jim Ingham2019-10-101-2/+1
* [lldb][NFC] Remove strange bool parameter from Searcher::SearchCallbackRaphael Isemann2019-10-101-4/+3
* Pass an SBStructuredData to scripted ThreadPlans on use.Jim Ingham2019-10-032-5/+17
* factor out an abstract base class for FileLawrence D'Anna2019-10-031-3/+3
* Allow the internal-state-thread free access to the TargetAPI mutex.Jim Ingham2019-10-012-0/+13
* [StackFrameList][DFS] Turn a few raw pointers into references, NFCVedant Kumar2019-09-301-8/+8
* Give an error when StepUsingScriptedThreadPlan is passed a bad classname.Jim Ingham2019-09-281-2/+4
* remove File::SetStream(), make new files instead.Lawrence D'Anna2019-09-274-11/+10
* Convert FileSystem::Open() to return Expected<FileUP>Lawrence D'Anna2019-09-262-18/+22
* Have ABI plugins vend llvm MCRegisterInfo dataPavel Labath2019-09-251-0/+19
* File::SetDescriptor() should require optionsJonas Devlieghere2019-09-231-2/+3
* [Target] Move InferiorCall to ProcessAlex Langford2019-09-131-2/+57
* [Function] Factor out GetCallEdgeForReturnAddress, NFCVedant Kumar2019-09-101-11/+4
* [lldb] Limit the amount of zeroes we use for padding when printing small floatsRaphael Isemann2019-09-042-0/+9
* Code cleanup: Change FormattersContainer::KeyType from SP to rvalueJan Kratochvil2019-09-041-4/+4
* [lldb] Replace std::call_once() with llvm::call_once()Michal Gorny2019-09-031-2/+2
* DWARFExpression: Simplify class interfacePavel Labath2019-08-271-5/+3
* Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-222-41/+22
* Revert Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-222-22/+41
OpenPOWER on IntegriCloud