summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/Process.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add setting to require hardware breakpoints.Jonas Devlieghere2018-11-151-1/+1
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-6/+6
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-1/+1
* Replace pointer to C-array of PropertyDefinition with llvm::ArrayRefTatyana Krasnukha2018-09-271-2/+1
* Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer ll...Tatyana Krasnukha2018-09-261-29/+29
* [NFC] Turn "load dependent files" boolean into an enumJonas Devlieghere2018-09-201-1/+2
* Don't cancel the current IOHandler when we push a handler for an utility func...Raphael Isemann2018-08-291-1/+15
* Misc module/dwarf logging improvementsLeonard Mosescu2018-08-071-3/+3
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* The Process class ivar ivar was changed to a weak pointer, but was still _sp.Jim Ingham2018-06-261-2/+2
* 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
* Add a lock to PlatformPOSIX::DoLoadImageFrederic Riss2018-05-111-7/+5
* Modernize and clean-up the Predicate classPavel Labath2018-05-091-8/+12
* Remove the timed_out out-argument from Predicate::WaitForValueEqualToPavel Labath2018-05-031-3/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-447/+356
* 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
* Move Args::StringTo*** functions to a new OptionArgParser classPavel Labath2018-04-101-2/+4
* Re-land: [lldb] Use vFlash commands when writing to target's flash memory reg...Pavel Labath2018-03-201-0/+11
* Update selected thread after loading mach coreJonas Devlieghere2018-03-141-3/+3
* Revert "[lldb] Use vFlash commands when writing to target's flash memory regi...Pavel Labath2018-02-281-11/+0
* [lldb] Use vFlash commands when writing to target's flash memory regionsPavel Labath2018-02-271-0/+11
* Add Utility/Environment class for handling... environmentsPavel Labath2018-01-101-11/+2
* Add target.process.stop-on-exec setting, and obey it.Jim Ingham2017-12-051-1/+11
* Remove a long out-of-date comment.Jim Ingham2017-11-301-1/+0
* Invert ArchSpec<->Platform dependencyPavel Labath2017-10-311-2/+2
* Move StopInfoOverride callback to the new architecture pluginPavel Labath2017-10-251-11/+1
* Re-land r313210 - Fix for bug 34532 - A few rough corners related to post-mor...Adrian McCarthy2017-09-191-1/+9
* Revert "Fix for bug 34532 - A few rough corners related to post-mortem debugg...Adrian McCarthy2017-09-181-9/+1
* Fix for bug 34532 - A few rough corners related to post-mortem debugging (cor...Adrian McCarthy2017-09-131-1/+9
* Change the ABI class to have a weak pointer to its Process;Jason Molenda2017-06-291-1/+1
* Recommit "RunThreadPlan: Fix halting logic in IgnoreBreakpoints = false"Pavel Labath2017-05-251-70/+67
* Revert "RunThreadPlan: Fix halting logic in IgnoreBreakpoints = false"Pavel Labath2017-05-241-66/+70
* RunThreadPlan: Fix halting logic in IgnoreBreakpoints = falsePavel Labath2017-05-241-70/+66
* Update StructuredData::String to return StringRefs.Zachary Turner2017-05-121-2/+1
* Rename Error -> Status.Zachary Turner2017-05-121-92/+96
* Delete some more dead includes.Zachary Turner2017-03-221-0/+1
* Make LLDB skip server-client roundtrip for signals that don't require any act...Eugene Zemtsov2017-03-071-0/+14
* Truncate thread names if they're too long.Zachary Turner2017-03-041-2/+4
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Fix various warnings. NFCZachary Turner2017-03-021-2/+2
* Fix a couple of corner cases in NameMatchesPavel Labath2017-02-201-4/+4
* Bug 30863 - Step doesn't stop with conditional breakpoint on the next lineBoris Ulasevich2017-02-151-10/+6
* Add a format_provider for the Timeout classPavel Labath2017-02-101-45/+17
* Make sure we only load the OS plug-in once.Greg Clayton2017-02-091-3/+7
* Fix a bug when using a StructuredData darwin-log pluginJason Molenda2016-12-161-0/+1
* When we interrupt a process, it was possible or the thread namesJason Molenda2016-12-081-5/+7
OpenPOWER on IntegriCloud