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
/
Commands
/
CommandObjectProcess.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+2
*
<rdar://problem/12798131>
Greg Clayton
2012-12-04
1
-4
/
+4
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-7
/
+7
*
This is a fix for the command option parser.
Sean Callanan
2012-10-24
1
-5
/
+5
*
<rdar://problem/12462048>
Greg Clayton
2012-10-18
1
-4
/
+2
*
<rdar://problem/12462048>
Greg Clayton
2012-10-17
1
-8
/
+17
*
<rdar://problem/12491387>
Greg Clayton
2012-10-13
1
-1
/
+34
*
Add support for debugging KASLR kernels via kdp (the kernel being
Jason Molenda
2012-09-29
1
-1
/
+1
*
<rdar://problem/11374963>
Greg Clayton
2012-09-14
1
-2
/
+3
*
Fixed a few places where we were doing:
Jim Ingham
2012-09-10
1
-6
/
+9
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-0
/
+1
*
Reimplemented the code that backed the "settings" in lldb. There were many is...
Greg Clayton
2012-08-22
1
-3
/
+3
*
Add an option to "process continue" to ignore the next <N> crossings of the b...
Jim Ingham
2012-08-11
1
-3
/
+107
*
Use the file completer for "process launch" arguments.
Jim Ingham
2012-08-10
1
-0
/
+24
*
Added an lldb_private & equivalent SB API to send an AsyncInterrupt to the ev...
Jim Ingham
2012-07-27
1
-0
/
+1
*
Add "vAttachOrWait" to debugserver, so you can implement "attach to the proce...
Jim Ingham
2012-07-20
1
-5
/
+10
*
Make raw & parsed commands subclasses of CommandObject rather than having the...
Jim Ingham
2012-06-08
1
-108
/
+109
*
Fix a typo for 'waitfor' option help wording.
Johnny Chen
2012-06-01
1
-1
/
+1
*
Fixed a missed case in the patch to make
Sean Callanan
2012-05-31
1
-1
/
+1
*
rdar://problem/11457634
Johnny Chen
2012-05-24
1
-4
/
+13
*
rdar://problem/11140741
Johnny Chen
2012-05-18
1
-2
/
+12
*
Patch from Viktor Kutuzov: delete the temporary process we created when "proc...
Greg Clayton
2012-03-31
1
-0
/
+1
*
Add a general mechanism to wait on the debugger for Broadcasters of a given c...
Jim Ingham
2012-02-16
1
-1
/
+1
*
First pass at mach-o core file support is in. It currently works for x86_64
Greg Clayton
2012-02-09
1
-3
/
+3
*
<rdar://problem/10429064>
Greg Clayton
2011-11-29
1
-83
/
+2
*
CommandObjectProcess was recently changed to automatically use the platform
Greg Clayton
2011-11-28
1
-5
/
+17
*
Save the arguments for a process launch in the target.run-args so they can
Greg Clayton
2011-11-21
1
-0
/
+3
*
Use a pseudoterminal for local processes if no STDIO redirection or other
Greg Clayton
2011-11-17
1
-1
/
+4
*
Fixed an issue with the pthread_setspecific() where we weren't NULL-ing out
Greg Clayton
2011-11-17
1
-1
/
+2
*
Added a new class to Process.h: ProcessAttachInfo. This class contains enough
Greg Clayton
2011-11-15
1
-177
/
+61
*
Added the ability to run a process in a shell on MacOSX currently when using
Greg Clayton
2011-11-12
1
-1
/
+3
*
Moved many of the "settings" that used to be in "target.process.*" to just
Greg Clayton
2011-11-08
1
-69
/
+78
*
Modified all Process::Launch() calls to use a ProcessLaunchInfo structure
Greg Clayton
2011-11-03
1
-182
/
+155
*
Cleaned up many error codes. For any who is filling in error strings into
Greg Clayton
2011-10-26
1
-5
/
+5
*
Moved lldb::user_id_t values to be 64 bit. This was going to be needed for
Greg Clayton
2011-10-19
1
-8
/
+8
*
Added to the public API to allow symbolication:
Greg Clayton
2011-09-24
1
-4
/
+4
*
Converted the lldb_private::Process over to use the intrusive
Greg Clayton
2011-09-22
1
-17
/
+18
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
1
-11
/
+8
*
Change the "attach" command to always wait synchronously for the target to st...
Jim Ingham
2011-09-15
1
-26
/
+11
*
Patch for "process load" by Filipe Cabecinhas.
Greg Clayton
2011-08-11
1
-0
/
+1
*
Added the ability to remove orphaned module shared pointers from a ModuleList.
Greg Clayton
2011-08-11
1
-7
/
+7
*
Cleanup errors that come out of commands and make sure they all have newlines
Greg Clayton
2011-07-02
1
-12
/
+12
*
Added new OptionGroup classes for UInt64, UUID, File and Boolean values.
Greg Clayton
2011-05-03
1
-2
/
+2
*
Centralized a lot of the status information for processes,
Greg Clayton
2011-04-18
1
-41
/
+14
*
Added two new classes for command options:
Greg Clayton
2011-04-13
1
-15
/
+15
*
Moved the execution context that was in the Debugger into
Greg Clayton
2011-04-12
1
-59
/
+45
*
Modified the ArchSpec to take an optional "Platform *" when setting the triple.
Greg Clayton
2011-04-07
1
-19
/
+22
*
Many improvements to the Platform base class and subclasses. The base Platform
Greg Clayton
2011-03-30
1
-6
/
+9
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-14
/
+14
*
Added more platform support. There are now some new commands:
Greg Clayton
2011-03-19
1
-2
/
+2
[next]