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
/
Core
/
DataExtractor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
warnings: Fix a non-standard escape sequence.
Daniel Dunbar
2011-10-31
1
-1
/
+1
*
warnings: Fix use of a non-standard escape.
Daniel Dunbar
2011-10-31
1
-1
/
+1
*
Fixed the continuation dumping of instructions to properly advance the
Greg Clayton
2011-10-28
1
-7
/
+8
*
Added support for the new ".apple_objc" accelerator tables. These tables are
Greg Clayton
2011-10-27
1
-13
/
+96
*
Fixed the display of OSTypes (the four character codes).
Greg Clayton
2011-10-26
1
-5
/
+1
*
Fix preprocessor warnings for no newline at the end of the source files.
Greg Clayton
2011-10-12
1
-1
/
+1
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
1
-19
/
+19
*
Redesign of the interaction between Python and frozen objects:
Enrico Granata
2011-09-06
1
-78
/
+77
*
Micro-optimization: Update the shift amount only when needed.
Johnny Chen
2011-08-26
1
-1
/
+1
*
Patch from Matt Johnson that cleans up usage of APInt
Greg Clayton
2011-08-15
1
-3
/
+2
*
Added the ability to use llvm::APInt class to view
Greg Clayton
2011-08-15
1
-0
/
+96
*
The implementation of categories is now synchronization safe
Enrico Granata
2011-07-19
1
-1
/
+1
*
Added a boolean to the pure virtual lldb_private::Process::CanDebug(...)
Greg Clayton
2011-07-17
1
-1
/
+2
*
Completed more work on the KDP darwin kernel debugging Process plug-in.
Greg Clayton
2011-07-16
1
-1
/
+16
*
smarter summary strings:
Enrico Granata
2011-07-12
1
-2
/
+5
*
new syntax for summary strings:
Enrico Granata
2011-07-06
1
-1
/
+3
*
Added a new format for displaying an array of characters: eFormatCharArray
Greg Clayton
2011-06-17
1
-2
/
+4
*
lldb-59.
Greg Clayton
2011-05-30
1
-4
/
+13
*
Added new lldb_private::Process memory read/write functions to stop a bunch
Greg Clayton
2011-05-22
1
-1
/
+1
*
While implementing unwind information using UnwindAssemblyInstEmulation I ran
Greg Clayton
2011-05-09
1
-0
/
+110
*
Added the ability to specify dumping options (show types, show location,
Greg Clayton
2011-04-28
1
-15
/
+11
*
Get rid of LONG_LONG_MAX and ULONG_LONG_MAX, and use LLONG_MAX and ULLONG_MAX
Greg Clayton
2011-04-01
1
-1
/
+1
*
Applied a fix to qualify "UUID" with the lldb_private namespace to fix
Greg Clayton
2011-02-04
1
-1
/
+1
*
Endian patch from Kirk Beitz that allows better cross platform building.
Greg Clayton
2011-02-01
1
-14
/
+15
*
Enabled extra warnings and fixed a bunch of small issues.
Greg Clayton
2011-01-25
1
-1
/
+1
*
Added complete complex support for displaying and parsing complex types.
Greg Clayton
2011-01-15
1
-3
/
+19
*
Added the ability to get an set the desired format for SBValue objects.
Greg Clayton
2011-01-05
1
-25
/
+72
*
Added a new ValueObject type that will be used to freeze dry expression
Greg Clayton
2010-10-05
1
-2
/
+2
*
General command line help cleanup:
Greg Clayton
2010-09-18
1
-1
/
+1
*
15-20% speed improvement when parsing DWARF. I used instruments to
Greg Clayton
2010-09-15
1
-0
/
+31
*
Fixed display for long double and cleaned up float and doubles as well.
Greg Clayton
2010-09-14
1
-34
/
+49
*
Avoid std::bitset<64>::to_string() since it is missing in earlier C++
Greg Clayton
2010-07-21
1
-1
/
+7
*
A few more misc warning fixes.
Eli Friedman
2010-07-09
1
-2
/
+2
*
Merged Eli Friedman's linux build changes where he added Makefile files that
Greg Clayton
2010-07-09
1
-1
/
+3
*
Switch over to using llvm's dwarf constants file.
Jason Molenda
2010-07-06
1
-16
/
+16
*
Remove extraneous semicolon after if condition (from Jean-Daniel Dupas).
Greg Clayton
2010-07-06
1
-3
/
+3
*
Avoid calls to memcpy.
Greg Clayton
2010-06-12
1
-42
/
+45
*
Remove dependency on Mac-specific libkern/OSByteOrder.h.
Eli Friedman
2010-06-10
1
-19
/
+51
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
1
-0
/
+1517