Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
d01b2953fac73977de3bc97e72ea04ad1ec6600f
/
lldb
/
source
/
Plugins
/
Process
/
MacOSX-Kernel
/
ProcessKDP.cpp
d01b295
Resolve printf formatting warnings on Linux:
by Daniel Malea
· 13 years ago
840f12c
Identify a kdp session that is connecting to an EFI monitor,
by Jason Molenda
· 13 years ago
1d19a2f
<rdar://problem/12491387>
by Greg Clayton
· 13 years ago
4f465cf
Change the Thread constructor over to take a Process& rather than a ProcessSP. We can't create Threads with a NULL ProcessSP, so it makes no sense to use the SP.
by Jim Ingham
· 13 years ago
593dd76
Remove a few debug printf's that were left in ProcessKDP.
by Jason Molenda
· 13 years ago
5e8534e
The kernel loading code is now isolated in the DynamicLoaderDarwinKernel;
by Jason Molenda
· 13 years ago
4bd4e7e
Add support for debugging KASLR kernels via kdp (the kernel being
by Jason Molenda
· 13 years ago
97d5cf0
<rdar://problem/9959501>
by Greg Clayton
· 13 years ago
7925fbb
Full KDP process control with per CPU resume and step.
by Greg Clayton
· 13 years ago
4b1b8b3
<rdar://problem/9959501>
by Greg Clayton
· 13 years ago
1f74607
<rdar://problem/11757916>
by Greg Clayton
· 13 years ago
7051231
<rdar://problem/11358639>
by Greg Clayton
· 13 years ago
9fc1355
Trying to solve our disappearing thread issues by making thread list updates safer.
by Greg Clayton
· 14 years ago
8464704
<rdar://problem/3535148>
by Han Ming Ong
· 14 years ago
1ac04c3
Thread hardening part 3. Now lldb_private::Thread objects have std::weak_ptr
by Greg Clayton
· 14 years ago
4bddaeb
Add a general mechanism to wait on the debugger for Broadcasters of a given class/event bit set.
by Jim Ingham
· 14 years ago
c3776bf
First pass at mach-o core file support is in. It currently works for x86_64
by Greg Clayton
· 14 years ago
74d4193
Cleaned up the Communication class when it tears down ConnectionFileDescriptor
by Greg Clayton
· 14 years ago
e24c4ac
Fixed the issue that was causing our monitor process threads to crash, it
by Greg Clayton
· 14 years ago
982c976
Modified all Process::Launch() calls to use a ProcessLaunchInfo structure
by Greg Clayton
· 14 years ago
596ed24
If a process plug-in was specified by name, always let the plug-in get used.
by Greg Clayton
· 14 years ago
81c22f6
Moved lldb::user_id_t values to be 64 bit. This was going to be needed for
by Greg Clayton
· 14 years ago
01a6786
SBValue::Watch() and SBValue::WatchPointee() are now the official API for creating
by Johnny Chen
· 14 years ago
54cb8f8
Fix a typo in ProcessKDP::DidAttach().
by Johnny Chen
· 14 years ago
56d9a1b
Added a new plug-in type: lldb_private::OperatingSystem. The operating system
by Greg Clayton
· 14 years ago
aa149cb
Added the ability to remove orphaned module shared pointers from a ModuleList.
by Greg Clayton
· 14 years ago
5b88216
More KDP fixes and logging cleanup.
by Greg Clayton
· 14 years ago
07e66e3
Added KDP resume, suspend, set/remove breakpoint, and kernel version support.
by Greg Clayton
· 14 years ago
a63d08c
Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locate
by Greg Clayton
· 14 years ago
3a29bdb
Added a boolean to the pure virtual lldb_private::Process::CanDebug(...)
by Greg Clayton
· 14 years ago
4df8ddf
Completed more work on the KDP darwin kernel debugging Process plug-in.
by Greg Clayton
· 14 years ago
59ec512
Fixed the comment lines in the file comment headers.
by Greg Clayton
· 14 years ago
5750802
Added the ability to connect using "tcp://<host>:<port>" which is the
by Greg Clayton
· 14 years ago
f9765ac
Hollowed out process plug-in to do KDP darwin kernel debugging.
by Greg Clayton
· 14 years ago