summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix some names in the wake of my Mach-O changes to LLVM.Charles Davis2013-08-271-0/+2
* <rdar://problem/13793059>Greg Clayton2013-07-151-1/+75
* Update ProcessKDP and ProcessMachCore to use ConstString pluginJason Molenda2013-05-111-1/+1
* <rdar://problem/13854277>Greg Clayton2013-05-101-9/+4
* Add an explicit check for a darwin kernel KDP_VERSIONSTRING whenJason Molenda2013-05-091-2/+2
* Changed the formerly pure virtual function:Greg Clayton2013-05-091-20/+22
* Fix the error reporting for ProcessKDP::DoDetach.Jim Ingham2013-05-091-5/+10
* Reinstating r181091 and r181106 with fix for Linux regressions.Andrew Kaylor2013-05-071-9/+18
* Temporarily reverting r181091 and r181106 due to the vast test breakage on th...Ashok Thirumurthi2013-05-071-18/+9
* In ProcessKDP, if the remote connection is not EFI,Jason Molenda2013-05-061-2/+5
* Change ProcessKDP::UpdateThreadList's call to FindThreadByProtocolIDJason Molenda2013-05-041-1/+1
* After recent OperatingsSystem plug-in changes, the lldb_private::Process and ...Greg Clayton2013-05-041-9/+18
* Recommitting r180831 with trivial fix - remember to return errors if you comp...Jim Ingham2013-05-021-4/+6
* Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.pyDaniel Malea2013-05-011-6/+4
* Added an option to "process detach" to keep the process stopped, if the proce...Jim Ingham2013-04-301-4/+6
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-1/+1
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-1/+1
* Fixed the thread list so it correctly updates after the first core thread exi...Greg Clayton2013-04-111-4/+2
* <rdar://problem/13516463>Greg Clayton2013-04-021-6/+33
* <rdar://problem/13521159>Greg Clayton2013-03-271-7/+7
* Move m_destroy_in_process to Process (from ProcessKDP) since it is generally ...Jim Ingham2013-03-011-9/+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
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-9/+9
* Identify a kdp session that is connecting to an EFI monitor,Jason Molenda2012-10-251-3/+9
* <rdar://problem/12491387>Greg Clayton2012-10-191-1/+189
* Change the Thread constructor over to take a Process& rather than a ProcessSP...Jim Ingham2012-10-101-1/+1
* Remove a few debug printf's that were left in ProcessKDP.Jason Molenda2012-10-041-5/+0
* The kernel loading code is now isolated in the DynamicLoaderDarwinKernel;Jason Molenda2012-10-031-76/+21
* Add support for debugging KASLR kernels via kdp (the kernel beingJason Molenda2012-09-291-1/+88
* <rdar://problem/9959501>Greg Clayton2012-09-251-150/+108
* Full KDP process control with per CPU resume and step.Greg Clayton2012-09-211-123/+128
* <rdar://problem/9959501>Greg Clayton2012-09-211-1/+10
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+2
* <rdar://problem/11358639>Greg Clayton2012-05-081-6/+15
* Trying to solve our disappearing thread issues by making thread list updates ...Greg Clayton2012-04-101-2/+2
* <rdar://problem/3535148>Han Ming Ong2012-02-251-1/+9
* Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptrGreg Clayton2012-02-211-1/+1
* Add a general mechanism to wait on the debugger for Broadcasters of a given c...Jim Ingham2012-02-161-1/+1
* First pass at mach-o core file support is in. It currently works for x86_64 Greg Clayton2012-02-091-4/+9
* Cleaned up the Communication class when it tears down ConnectionFileDescriptorGreg Clayton2012-01-311-4/+2
* Fixed the issue that was causing our monitor process threads to crash, it Greg Clayton2011-11-171-1/+5
* Modified all Process::Launch() calls to use a ProcessLaunchInfo structureGreg Clayton2011-11-031-8/+2
* If a process plug-in was specified by name, always let the plug-in get used.Greg Clayton2011-10-211-3/+4
* Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton2011-10-191-8/+8
* SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...Johnny Chen2011-10-141-2/+2
* Fix a typo in ProcessKDP::DidAttach().Johnny Chen2011-10-111-1/+1
* Added a new plug-in type: lldb_private::OperatingSystem. The operating system Greg Clayton2011-08-221-21/+15
* Added the ability to remove orphaned module shared pointers from a ModuleList.Greg Clayton2011-08-111-3/+3
* More KDP fixes and logging cleanup.Greg Clayton2011-07-211-9/+38
OpenPOWER on IntegriCloud