summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target
Commit message (Expand)AuthorAgeFilesLines
* Remove another unused mislayered include.Benjamin Kramer2018-09-121-1/+0
* Remove unused include that's also a layering violation.Benjamin Kramer2018-09-121-1/+0
* Refactoring std::function formatter to move core functionality into CPPLangua...Shafik Yaghmour2018-09-111-0/+224
* NFC: Move Searcher::Depth into lldb-enumerations as SearchDepth.Jim Ingham2018-09-071-2/+2
* Support setting a breakpoint by FileSpec+Line+Column in the SBAPI.Adrian Prantl2018-08-301-3/+3
* Don't cancel the current IOHandler when we push a handler for an utility func...Raphael Isemann2018-08-291-1/+15
* Respect platform sysroot when loading core filesPavel Labath2018-08-281-10/+29
* [StackFrame] Add more clarifying comments to StackFrameList (NFC)Vedant Kumar2018-08-071-3/+3
* Misc module/dwarf logging improvementsLeonard Mosescu2018-08-071-3/+3
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-0712-13/+13
* Add support for ARM and ARM64 breakpad generated minidump files (version 2).Greg Clayton2018-08-061-1/+21
* Revert "Add support for ARM and ARM64 breakpad generated minidump files"Pavel Labath2018-08-031-21/+1
* Add support for ARM and ARM64 breakpad generated minidump filesGreg Clayton2018-08-021-1/+21
* [LLDB] Added syntax highlighting supportRaphael Isemann2018-08-021-0/+32
* [StackFrame] Add doxygen comments to the StackFrameList API (NFC)Vedant Kumar2018-08-011-19/+1
* [StackFrame] Use early returns in ResetCurrentInlinedDepth (NFC)Vedant Kumar2018-08-011-116/+108
* [StackFrame] Factor GetOnlyConcreteFramesUpTo out of GetFramesUpTo (NFC)Vedant Kumar2018-08-011-163/+166
* Move dumping code out of RegisterValue classPavel Labath2018-07-242-2/+6
* Add a way to load an image using a library name and list of paths.Jim Ingham2018-06-281-5/+24
* Add missing constness.Tatyana Krasnukha2018-06-272-2/+2
* The Process class ivar ivar was changed to a weak pointer, but was still _sp.Jim Ingham2018-06-261-2/+2
* Change AddressClass type from 'enum' to 'enum class'.Tatyana Krasnukha2018-06-265-31/+31
* Use llvm::VersionTuple instead of manual version marshallingPavel Labath2018-06-181-39/+22
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-133-5/+7
* Fix/unify the spelling of Objective-C.Adrian Prantl2018-06-131-1/+1
* [lldb, process] Fix occasional hang when launching a process in LLDBStella Stamenova2018-06-011-2/+4
* [lldb-test] Add a testing harness for the JIT's IRMemoryMapVedant Kumar2018-05-301-1/+3
* Typo fixes.Bruce Mitchener2018-05-291-2/+2
* Fix format stringBenjamin Kramer2018-05-251-1/+1
* pc's should be printed in hex...Jim Ingham2018-05-241-1/+1
* Normalize some lldb #include statements.James Y Knight2018-05-221-2/+0
* Work around some odd instruction single-step behavior on macOS.Jim Ingham2018-05-221-21/+47
* Fix PathMappingList for relative and empty paths after recent FileSpec normal...Greg Clayton2018-05-212-47/+57
* Reapply "Remove Process references from the Host module"Pavel Labath2018-05-151-0/+7
* Revert "Remove Process references from the Host module"Pavel Labath2018-05-141-7/+0
* Remove Process references from the Host modulePavel Labath2018-05-141-0/+7
* Add a lock to PlatformPOSIX::DoLoadImageFrederic Riss2018-05-111-7/+5
* Convert all RunShellCommand functions to use the Timeout classPavel Labath2018-05-101-4/+2
* Modernize and clean-up the Predicate classPavel Labath2018-05-091-8/+12
* Fix "file ./a.out" and file "../a.out" so that is works after recent FileSpec...Greg Clayton2018-05-071-10/+6
* Remove the timed_out out-argument from Predicate::WaitForValueEqualToPavel Labath2018-05-031-3/+2
* Refactor GetNextPersistentVariableName into a non-virtual methodAdrian Prantl2018-04-301-2/+4
* Move the persistent variable counter into TargetAdrian Prantl2018-04-301-2/+3
* Reflow paragraphs in comments.Adrian Prantl2018-04-3037-1508/+1209
* Fix a thinko in the iteration over StructuredDataPlugin Create functions.Jim Ingham2018-04-271-3/+8
* Change PlatformPosix::DoLoadImage to use a UtilityFunction.Jim Ingham2018-04-171-0/+13
* [Command] Implement `statistics` command.Davide Italiano2018-04-131-7/+8
* Re-land "Don't assume backing thread shares protocol ID."Jonas Devlieghere2018-04-131-0/+14
* Revert "Don't assume backing thread shares protocol ID."Jonas Devlieghere2018-04-121-14/+0
* Don't assume backing thread shares protocol ID.Jonas Devlieghere2018-04-121-0/+14
OpenPOWER on IntegriCloud