summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.h
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-26/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Move Broadcaster+Listener+Event combo from Core into UtilityPavel Labath2018-12-141-1/+1
* Remove header grouping comments.Jonas Devlieghere2018-11-111-3/+0
* Fix netbsd, freebsd and osx builds for ArchSpec movePavel Labath2017-11-131-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-25/+25
* Move StringList from Core -> Utility.Zachary Turner2017-03-211-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-3/+3
* Fixed DoConnectRemote issues where ProcessKDP wasn't switched over to use the...Greg Clayton2016-12-071-49/+49
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-234/+183
* Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham2016-03-071-2/+2
* Make sure we don't over specify an architecture when we connect to KDP and us...Greg Clayton2015-10-281-1/+4
* Fix ProcessKDP.cpp for the change in r246578.Jim Ingham2015-09-011-3/+3
* Move ProcessKDP's StringExtractor include.Bruce Mitchener2015-07-071-1/+0
* Fix-up ProcessKDP wrt. StringExtractor movePavel Labath2015-07-071-1/+1
* Remove DoAttachToProcessWithId(lldb::pid_t).Zachary Turner2015-05-131-3/+0
* Create a HostThread abstraction.Zachary Turner2014-09-091-1/+2
* After you attach, give the process plugin a chance to report back (throughJim Ingham2014-08-021-1/+1
* Merging the iohandler branch back into main. Greg Clayton2014-01-271-1/+0
* Remove wait_for_launch parameter from DoAttachToProcessWithName(). This param...Jean-Daniel Dupas2013-12-231-1/+1
* Remove 'const' constraint on ProcessLaunchInfo parameter in Process::DoLaunch().Jean-Daniel Dupas2013-12-091-1/+1
* <rdar://problem/13793059>Greg Clayton2013-07-151-0/+3
* Update ProcessKDP and ProcessMachCore to use ConstString pluginJason Molenda2013-05-111-1/+2
* <rdar://problem/13854277>Greg Clayton2013-05-101-5/+2
* Reinstating r181091 and r181106 with fix for Linux regressions.Andrew Kaylor2013-05-071-8/+2
* Temporarily reverting r181091 and r181106 due to the vast test breakage on th...Ashok Thirumurthi2013-05-071-2/+8
* After recent OperatingsSystem plug-in changes, the lldb_private::Process and ...Greg Clayton2013-05-041-8/+2
* Recommitting r180831 with trivial fix - remember to return errors if you comp...Jim Ingham2013-05-021-1/+1
* Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.pyDaniel Malea2013-05-011-1/+1
* Added an option to "process detach" to keep the process stopped, if the proce...Jim Ingham2013-04-301-1/+1
* Move m_destroy_in_process to Process (from ProcessKDP) since it is generally ...Jim Ingham2013-03-011-4/+0
* A little cleanup. {Disable/Enable}Breakpoint actually disables/enables Break...Jim Ingham2013-02-151-2/+2
* Adding events when watchpoints are set or changed.Jim Ingham2012-12-181-2/+2
* <rdar://problem/12491387>Greg Clayton2012-10-191-2/+4
* The kernel loading code is now isolated in the DynamicLoaderDarwinKernel;Jason Molenda2012-10-031-0/+8
* Add support for debugging KASLR kernels via kdp (the kernel beingJason Molenda2012-09-291-1/+1
* <rdar://problem/9959501>Greg Clayton2012-09-251-8/+7
* Full KDP process control with per CPU resume and step.Greg Clayton2012-09-211-3/+1
* Trying to solve our disappearing thread issues by making thread list updates ...Greg Clayton2012-04-101-1/+1
* <rdar://problem/3535148>Han Ming Ong2012-02-251-1/+4
* First pass at mach-o core file support is in. It currently works for x86_64 Greg Clayton2012-02-091-2/+4
* Modified all Process::Launch() calls to use a ProcessLaunchInfo structureGreg Clayton2011-11-031-8/+2
* SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...Johnny Chen2011-10-141-2/+2
* Added a new plug-in type: lldb_private::OperatingSystem. The operating system Greg Clayton2011-08-221-1/+2
* Added KDP resume, suspend, set/remove breakpoint, and kernel version support.Greg Clayton2011-07-201-7/+0
* Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locateGreg Clayton2011-07-191-6/+6
* Added a boolean to the pure virtual lldb_private::Process::CanDebug(...)Greg Clayton2011-07-171-1/+2
* Fixed the comment lines in the file comment headers.Greg Clayton2011-07-151-1/+1
* Hollowed out process plug-in to do KDP darwin kernel debugging.Greg Clayton2011-07-151-0/+283
OpenPOWER on IntegriCloud