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
/
API
/
SBTarget.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid hang in attach-by-name test case
Daniel Malea
2013-04-01
1
-4
/
+7
*
<rdar://problem/11730263>
Greg Clayton
2013-03-28
1
-3
/
+15
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-29
/
+29
*
Modified patch from Prabhat Verma to enable loading core files through the SB...
Greg Clayton
2013-03-25
1
-0
/
+20
*
<rdar://problem/13404009>
Han Ming Ong
2013-03-25
1
-2
/
+2
*
Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A...
Jim Ingham
2013-03-02
1
-1
/
+21
*
<rdar://problem/13107151>
Enrico Granata
2013-02-07
1
-2
/
+1
*
Allow the target to give out the size of the red zone for given ABIs.
Greg Clayton
2013-02-01
1
-0
/
+19
*
<rdar://problem/12524607>
Greg Clayton
2013-01-29
1
-3
/
+27
*
<rdar://problem/13021266>
Enrico Granata
2013-01-16
1
-0
/
+9
*
<rdar://problem/12928282>
Greg Clayton
2013-01-04
1
-0
/
+71
*
This patch removes the SymbolFileSymtab support
Sean Callanan
2012-12-19
1
-1
/
+52
*
<rdar://problem/12749733>
Greg Clayton
2012-12-05
1
-19
/
+54
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+2
*
<rdar://problem/12750060>
Greg Clayton
2012-12-04
1
-0
/
+21
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-4
/
+4
*
Watchpoints remember the type of the expression or variable they were set wit...
Jim Ingham
2012-10-23
1
-1
/
+3
*
Improved logging for the SBTarget's launching
Sean Callanan
2012-10-20
1
-4
/
+69
*
Add support for debugging KASLR kernels via kdp (the kernel being
Jason Molenda
2012-09-29
1
-1
/
+1
*
Wrapped up the work I am going to do for now for the "add-dsym" or "target sy...
Greg Clayton
2012-09-27
1
-1
/
+1
*
If we are attached to a platform, then make sure that we can verify that a pr...
Greg Clayton
2012-09-27
1
-3
/
+12
*
Patch from Andrew Kaylor for linux:
Greg Clayton
2012-09-07
1
-3
/
+6
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-2
/
+6
*
Add "vAttachOrWait" to debugserver, so you can implement "attach to the proce...
Jim Ingham
2012-07-20
1
-0
/
+12
*
Ran the static analyzer on the codebase and found a few things.
Greg Clayton
2012-07-17
1
-3
/
+2
*
<rdar://problem/11357711>
Greg Clayton
2012-07-07
1
-3
/
+3
*
rdar://problem/11584012
Johnny Chen
2012-06-04
1
-2
/
+4
*
Thread-hardening the SB API calls related to watchpoint operations.
Johnny Chen
2012-05-31
1
-0
/
+11
*
Also push file & line breakpoints past the prologue. Also added a "-K" argum...
Jim Ingham
2012-05-22
1
-8
/
+25
*
Fixes the case where we created a dummy target, deleted it, and then tried to...
Filipe Cabecinhas
2012-05-19
1
-1
/
+1
*
Added the ability to specify the symbol file for a module when adding it to a...
Greg Clayton
2012-04-23
1
-2
/
+14
*
In a prior commit, I changed the parameters around on a ModuleList::FindTypes...
Greg Clayton
2012-04-06
1
-1
/
+1
*
Removed unused variable.
Greg Clayton
2012-03-29
1
-1
/
+0
*
lldb_private::Section objects have a boolean flag that can be set that
Greg Clayton
2012-03-27
1
-23
/
+21
*
<rdar://problem/11113279>
Greg Clayton
2012-03-26
1
-5
/
+6
*
Moved inline functions into SBTarget.cpp and made destructors for SBLaunchInf...
Greg Clayton
2012-03-07
1
-4
/
+25
*
Added the ability to disassembly "count" instructions given a SBAddress.
Greg Clayton
2012-03-06
1
-0
/
+29
*
Add a command and an SB API to create exception breakpoints. Make the break ...
Jim Ingham
2012-03-06
1
-0
/
+72
*
<rdar://problem/10967188>
Han Ming Ong
2012-03-02
1
-2
/
+1
*
<rdar://10949461>
Han Ming Ong
2012-02-29
1
-7
/
+9
*
<rdar://10950312>
Han Ming Ong
2012-02-29
1
-1
/
+10
*
Made a ModuleSpec class in Module.h which can specify a module using one or
Greg Clayton
2012-02-26
1
-11
/
+7
*
<rdar://problem/3535148>
Han Ming Ong
2012-02-25
1
-0
/
+8
*
Added some missing accessors to the SBAttachInfo for user and group ID
Greg Clayton
2012-02-24
1
-0
/
+36
*
Fixed the launching code when using the new SBLaunchInfo.
Greg Clayton
2012-02-24
1
-68
/
+27
*
Added the new way we will eventually do all attaches and launches. First clients
Greg Clayton
2012-02-24
1
-0
/
+544
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-4
/
+3
*
Add a general mechanism to wait on the debugger for Broadcasters of a given c...
Jim Ingham
2012-02-16
1
-1
/
+6
*
Extended function lookup to allow the user to
Sean Callanan
2012-02-10
1
-1
/
+3
*
First pass at mach-o core file support is in. It currently works for x86_64
Greg Clayton
2012-02-09
1
-8
/
+8
[next]