summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process/MacOSX-Kernel/ProcessKDP.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* <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
* Added KDP resume, suspend, set/remove breakpoint, and kernel version support.Greg Clayton2011-07-201-29/+29
* Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locateGreg Clayton2011-07-191-29/+25
* Added a boolean to the pure virtual lldb_private::Process::CanDebug(...)Greg Clayton2011-07-171-9/+76
* Completed more work on the KDP darwin kernel debugging Process plug-in.Greg Clayton2011-07-161-1/+0
* Fixed the comment lines in the file comment headers.Greg Clayton2011-07-151-1/+1
* Added the ability to connect using "tcp://<host>:<port>" which is theGreg Clayton2011-07-151-1/+2
* Hollowed out process plug-in to do KDP darwin kernel debugging.Greg Clayton2011-07-151-0/+725
OpenPOWER on IntegriCloud