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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use the "last created watchpoint" rather than asserting on watchpoint command...
Jim Ingham
2013-07-02
4
-12
/
+29
*
Change the default timeout for KDP communications to be 5 seconds.
Jason Molenda
2013-07-02
1
-1
/
+1
*
Added SymbolVendorELF to the wrong target (lldb-tool), now it is correctly ad...
Greg Clayton
2013-07-01
1
-2
/
+2
*
Fixed Xcode project to include SymbolVendorELF.
Greg Clayton
2013-07-01
1
-0
/
+14
*
Recognize "decltype(nullptr)" as a valid DW_AT_name for DW_TAG_unspecified_ty...
Greg Clayton
2013-07-01
1
-1
/
+2
*
Split symbol support for ELF and Linux.
Michael Sartain
2013-07-01
38
-494
/
+1452
*
Formatting cleanup.
Jim Ingham
2013-07-01
1
-3
/
+10
*
Following the modification introduced in llvm by commit 185311
Sylvestre Ledru
2013-07-01
9
-16
/
+24
*
More useful printout of arguments after the recent changes to support LLDB_TE...
Enrico Granata
2013-06-29
1
-1
/
+1
*
Fixed SBProcess::RemoteLaunch() to use the platform executable path. Patch fr...
Greg Clayton
2013-06-29
1
-1
/
+1
*
<rdar://problem/14309010>
Enrico Granata
2013-06-28
1
-1
/
+2
*
Missed a place where we have to pass the source location twice to FunctionDec...
Jim Ingham
2013-06-28
1
-0
/
+1
*
Hitherto the IRForTarget infrastructure has mainly
Sean Callanan
2013-06-28
2
-197
/
+277
*
Default parameters are evil and should not be used. Case and point this check...
Greg Clayton
2013-06-28
2
-9
/
+18
*
FileSpec destructor doesn't need to be virtual.
Greg Clayton
2013-06-28
1
-3
/
+0
*
ArchSpec doesn't need a virtual destructor.
Greg Clayton
2013-06-28
1
-3
/
+0
*
PathMappingList doesn't need a virtual destructor.
Greg Clayton
2013-06-28
1
-1
/
+0
*
Don't check for "are there any loaded sections" before trying to resolve a br...
Jim Ingham
2013-06-28
1
-3
/
+0
*
Move sys/sysctl.h include after its dependency sys/types.h
Ed Maste
2013-06-28
1
-1
/
+1
*
Prevent race in when stopping a "read thread"
Tim Northover
2013-06-27
1
-2
/
+0
*
A bit more cleanup on the process_events.py to use best practices for event h...
Greg Clayton
2013-06-27
1
-54
/
+72
*
Cleanup of IRForTarget. Removed some relics of
Sean Callanan
2013-06-27
2
-83
/
+1
*
Fixed the IRInterpreter to reject any code that
Sean Callanan
2013-06-27
1
-0
/
+14
*
Adding support for extracting line table information from .o files that do no...
Enrico Granata
2013-06-27
3
-10
/
+52
*
Fixed IRExecutionUnit so that it looks up addresses
Sean Callanan
2013-06-27
1
-2
/
+17
*
<rdar://problem/14195566>
Greg Clayton
2013-06-27
2
-9
/
+13
*
Remove the process's reservation cache and don't
Sean Callanan
2013-06-27
3
-148
/
+2
*
<rdar://problem/14281898>
Han Ming Ong
2013-06-26
1
-0
/
+18
*
Update the platform options help strings.
Greg Clayton
2013-06-26
3
-3
/
+3
*
Fixed the process_events.py example to be able to specify the platform and al...
Greg Clayton
2013-06-26
1
-64
/
+63
*
<rdar://problem/14262854>
Han Ming Ong
2013-06-26
1
-3
/
+16
*
Remove unneeded limbo state flag.
Matt Kopec
2013-06-26
2
-20
/
+2
*
Remove unused include.
Rafael Espindola
2013-06-26
1
-1
/
+0
*
Don't explicitly set update version
Ed Maste
2013-06-26
1
-1
/
+0
*
Fix the lldb build.
Rafael Espindola
2013-06-26
1
-12
/
+10
*
Remove ifdef LLDB_CONFIGURATION_DEBUG directives around the formatter
Jason Molenda
2013-06-26
1
-4
/
+0
*
Remove the #define USE_CACHE since the formatters cache has been operational ...
Enrico Granata
2013-06-26
1
-23
/
+7
*
<rdar://problem/14266578>
Enrico Granata
2013-06-26
1
-3
/
+1
*
<rdar://problem/14243761>
Enrico Granata
2013-06-26
1
-5
/
+5
*
<rdar://problem/14266411>
Enrico Granata
2013-06-25
12
-37
/
+62
*
Fixed a bug in ClangASTSource where we would return
Sean Callanan
2013-06-25
1
-9
/
+9
*
Fix undefined behaviour in data formatter test -- ensure char* null-terminated
Daniel Malea
2013-06-25
1
-3
/
+6
*
Update version sscanf to match FreeBSD release info
Ed Maste
2013-06-25
1
-2
/
+3
*
Skip dsym tests also on FreeBSD
Ed Maste
2013-06-25
1
-1
/
+1
*
Skip tests that hang on FreeBSD
Ed Maste
2013-06-25
2
-0
/
+20
*
Correct use of __FreeBSD_kernel__
Ed Maste
2013-06-25
1
-6
/
+4
*
Match printf format specifiers and arguments
Ed Maste
2013-06-25
1
-2
/
+2
*
Update comment after Linux->POSIX rename
Ed Maste
2013-06-25
1
-2
/
+2
*
If debugserver fails to interrogate the inferior process CPU type
Jason Molenda
2013-06-25
1
-1
/
+35
*
Remove some unnecessary uses of nub_break_t in the arm specific
Jason Molenda
2013-06-25
3
-126
/
+1
[next]