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
/
Target
/
Process.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
<rdar://problem/13491977>
Greg Clayton
2013-04-12
1
-0
/
+9
*
<rdar://problem/13370286>
Greg Clayton
2013-04-11
1
-9
/
+20
*
Don't call DisableBreakpointSite (i.e. don't try to remove the breakpoint fro...
Jim Ingham
2013-04-06
1
-1
/
+3
*
Rationalize how we do Halt-ing before Destroy and Detach.
Jim Ingham
2013-03-29
1
-41
/
+94
*
RunThreadPlan should make sure the plan passed in is valid before running it.
Jim Ingham
2013-03-28
1
-1
/
+7
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-30
/
+30
*
Fix ivar ordering for Process ctor to match the order they're
Jason Molenda
2013-03-05
1
-2
/
+2
*
Move m_destroy_in_process to Process (from ProcessKDP) since it is generally ...
Jim Ingham
2013-03-01
1
-6
/
+25
*
Fix clang warnings related to python macro redefinition and printf format spe...
Matt Kopec
2013-02-21
1
-1
/
+1
*
If RunThreadPlan is called on a thread that doesn't have a selected frame, se...
Jim Ingham
2013-02-19
1
-1
/
+13
*
A little cleanup. {Disable/Enable}Breakpoint actually disables/enables Break...
Jim Ingham
2013-02-15
1
-6
/
+6
*
<rdar://problem/13200878>
Greg Clayton
2013-02-14
1
-2
/
+3
*
Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...
Jim Ingham
2013-02-09
1
-255
/
+342
*
<rdar://problem/13092722>
Greg Clayton
2013-02-01
1
-14
/
+1
*
Change the default behavior for unwinding and breakpoints when running expres...
Jim Ingham
2013-01-31
1
-2
/
+2
*
Add "target.process.stop-on-shared-library-events" setting, and make it work.
Jim Ingham
2013-01-26
1
-2
/
+18
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-3
/
+3
*
<rdar://problem/13010007>
Greg Clayton
2013-01-18
1
-0
/
+11
*
Removed unused variable.
Greg Clayton
2013-01-16
1
-1
/
+0
*
<rdar://problem/13009943>
Greg Clayton
2013-01-16
1
-4
/
+14
*
Separated the "expr --unwind-on-error" behavior into two parts, actual errors...
Jim Ingham
2013-01-15
1
-21
/
+89
*
<rdar://problem/12990038>
Greg Clayton
2013-01-11
1
-1
/
+1
*
<rdar://problem/12976225>
Han Ming Ong
2013-01-08
1
-0
/
+40
*
Adding events when watchpoints are set or changed.
Jim Ingham
2012-12-18
1
-2
/
+2
*
Fixed a thinko in the handling of the case where more than one thread had sto...
Jim Ingham
2012-12-13
1
-5
/
+9
*
Removed the == and != operators from ArchSpec, since
Sean Callanan
2012-12-13
1
-2
/
+2
*
More Linux warnings fixes (remove default labels as needed):
Daniel Malea
2012-12-07
1
-5
/
+0
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+2
*
<rdar://problem/12649160>
Greg Clayton
2012-12-05
1
-0
/
+19
*
<rdar://problem/12798131>
Greg Clayton
2012-12-04
1
-1
/
+1
*
<rdar://problem/12780259>
Han Ming Ong
2012-11-29
1
-6
/
+9
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-40
/
+40
*
<rdar://problem/12655594>
Greg Clayton
2012-11-29
1
-1
/
+1
*
Add an example of using the target.process.extra-startup-command to turn on d...
Jim Ingham
2012-11-29
1
-1
/
+2
*
The Function calling thread plan was replacing the stored stop info too soon,...
Jim Ingham
2012-11-26
1
-0
/
+9
*
Han Ming's commit in r168228 had a bunch of 4-space tabs
Jason Molenda
2012-11-17
1
-1
/
+1
*
Follow up on <rdar://12720514>. Removed commented out code.
Han Ming Ong
2012-11-17
1
-6
/
+1
*
<rdar://problem/12720514> Sub-TLF: Provide service to profile the inferior
Han Ming Ong
2012-11-17
1
-1
/
+45
*
<rdar://problem/12586350>
Enrico Granata
2012-11-08
1
-1
/
+1
*
Carlo Kok found an issue where default parameters were causing the wrong argu...
Greg Clayton
2012-10-31
1
-2
/
+20
*
<rdar://problem/12500785>
Greg Clayton
2012-10-29
1
-3
/
+23
*
This is a fix for the command option parser.
Sean Callanan
2012-10-24
1
-5
/
+5
*
<rdar://problem/12491420>
Greg Clayton
2012-10-18
1
-1
/
+17
*
<rdar://problem/12462048>
Greg Clayton
2012-10-17
1
-40
/
+61
*
Add the ability to set timeout & "run all threads" options both from the "exp...
Jim Ingham
2012-10-16
1
-27
/
+49
*
Patch from Matt Kopec <matt.kopec@intel.com> to fix the problem that if two b...
Jim Ingham
2012-10-16
1
-2
/
+3
*
Modified patch from Matt Kopec that makes sure the run lock is acquired when ...
Greg Clayton
2012-10-12
1
-6
/
+25
*
Ran the sources through the compiler with -Wshadow warnings
Jason Molenda
2012-10-04
1
-2
/
+0
*
Add support for debugging KASLR kernels via kdp (the kernel being
Jason Molenda
2012-09-29
1
-2
/
+2
*
Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...
Greg Clayton
2012-09-18
1
-2
/
+2
[prev]
[next]