index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Plugins
/
Process
/
MacOSX-Kernel
/
ProcessKDP.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-26
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Move Broadcaster+Listener+Event combo from Core into Utility
Pavel Labath
2018-12-14
1
-1
/
+1
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-3
/
+0
*
Fix netbsd, freebsd and osx builds for ArchSpec move
Pavel Labath
2017-11-13
1
-1
/
+1
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-25
/
+25
*
Move StringList from Core -> Utility.
Zachary Turner
2017-03-21
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-3
/
+3
*
Fixed DoConnectRemote issues where ProcessKDP wasn't switched over to use the...
Greg Clayton
2016-12-07
1
-49
/
+49
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-234
/
+183
*
Change over the broadcaster/listener process to hold shared or weak pointers
Jim Ingham
2016-03-07
1
-2
/
+2
*
Make sure we don't over specify an architecture when we connect to KDP and us...
Greg Clayton
2015-10-28
1
-1
/
+4
*
Fix ProcessKDP.cpp for the change in r246578.
Jim Ingham
2015-09-01
1
-3
/
+3
*
Move ProcessKDP's StringExtractor include.
Bruce Mitchener
2015-07-07
1
-1
/
+0
*
Fix-up ProcessKDP wrt. StringExtractor move
Pavel Labath
2015-07-07
1
-1
/
+1
*
Remove DoAttachToProcessWithId(lldb::pid_t).
Zachary Turner
2015-05-13
1
-3
/
+0
*
Create a HostThread abstraction.
Zachary Turner
2014-09-09
1
-1
/
+2
*
After you attach, give the process plugin a chance to report back (through
Jim Ingham
2014-08-02
1
-1
/
+1
*
Merging the iohandler branch back into main.
Greg Clayton
2014-01-27
1
-1
/
+0
*
Remove wait_for_launch parameter from DoAttachToProcessWithName(). This param...
Jean-Daniel Dupas
2013-12-23
1
-1
/
+1
*
Remove 'const' constraint on ProcessLaunchInfo parameter in Process::DoLaunch().
Jean-Daniel Dupas
2013-12-09
1
-1
/
+1
*
<rdar://problem/13793059>
Greg Clayton
2013-07-15
1
-0
/
+3
*
Update ProcessKDP and ProcessMachCore to use ConstString plugin
Jason Molenda
2013-05-11
1
-1
/
+2
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-5
/
+2
*
Reinstating r181091 and r181106 with fix for Linux regressions.
Andrew Kaylor
2013-05-07
1
-8
/
+2
*
Temporarily reverting r181091 and r181106 due to the vast test breakage on th...
Ashok Thirumurthi
2013-05-07
1
-2
/
+8
*
After recent OperatingsSystem plug-in changes, the lldb_private::Process and ...
Greg Clayton
2013-05-04
1
-8
/
+2
*
Recommitting r180831 with trivial fix - remember to return errors if you comp...
Jim Ingham
2013-05-02
1
-1
/
+1
*
Reverting 180831 as it crashes TestDefaultConstructorForAPIObjects.py
Daniel Malea
2013-05-01
1
-1
/
+1
*
Added an option to "process detach" to keep the process stopped, if the proce...
Jim Ingham
2013-04-30
1
-1
/
+1
*
Move m_destroy_in_process to Process (from ProcessKDP) since it is generally ...
Jim Ingham
2013-03-01
1
-4
/
+0
*
A little cleanup. {Disable/Enable}Breakpoint actually disables/enables Break...
Jim Ingham
2013-02-15
1
-2
/
+2
*
Adding events when watchpoints are set or changed.
Jim Ingham
2012-12-18
1
-2
/
+2
*
<rdar://problem/12491387>
Greg Clayton
2012-10-19
1
-2
/
+4
*
The kernel loading code is now isolated in the DynamicLoaderDarwinKernel;
Jason Molenda
2012-10-03
1
-0
/
+8
*
Add support for debugging KASLR kernels via kdp (the kernel being
Jason Molenda
2012-09-29
1
-1
/
+1
*
<rdar://problem/9959501>
Greg Clayton
2012-09-25
1
-8
/
+7
*
Full KDP process control with per CPU resume and step.
Greg Clayton
2012-09-21
1
-3
/
+1
*
Trying to solve our disappearing thread issues by making thread list updates ...
Greg Clayton
2012-04-10
1
-1
/
+1
*
<rdar://problem/3535148>
Han Ming Ong
2012-02-25
1
-1
/
+4
*
First pass at mach-o core file support is in. It currently works for x86_64
Greg Clayton
2012-02-09
1
-2
/
+4
*
Modified all Process::Launch() calls to use a ProcessLaunchInfo structure
Greg Clayton
2011-11-03
1
-8
/
+2
*
SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...
Johnny Chen
2011-10-14
1
-2
/
+2
*
Added a new plug-in type: lldb_private::OperatingSystem. The operating system
Greg Clayton
2011-08-22
1
-1
/
+2
*
Added KDP resume, suspend, set/remove breakpoint, and kernel version support.
Greg Clayton
2011-07-20
1
-7
/
+0
*
Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locate
Greg Clayton
2011-07-19
1
-6
/
+6
*
Added a boolean to the pure virtual lldb_private::Process::CanDebug(...)
Greg Clayton
2011-07-17
1
-1
/
+2
*
Fixed the comment lines in the file comment headers.
Greg Clayton
2011-07-15
1
-1
/
+1
*
Hollowed out process plug-in to do KDP darwin kernel debugging.
Greg Clayton
2011-07-15
1
-0
/
+283