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
/
SBData.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-5
/
+5
*
[Reproducers] Capture return values of functions returning by ptr/ref
Jonas Devlieghere
2019-04-03
1
-1
/
+1
*
[lldb] [Reproducer] Move SBRegistry registration into declaring files
Michal Gorny
2019-03-19
1
-0
/
+76
*
Add "operator bool" to SB APIs
Pavel Labath
2019-03-11
1
-0
/
+4
*
[Reproducers] Add missing LLDB_RECORD_DUMMY macros
Jonas Devlieghere
2019-03-08
1
-1
/
+9
*
[SBAPI] Log from record macro
Jonas Devlieghere
2019-03-07
1
-178
/
+0
*
[Reproducers] Add SBReproducer macros
Jonas Devlieghere
2019-03-06
1
-15
/
+125
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-15
/
+16
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove comments after header includes.
Jonas Devlieghere
2018-11-11
1
-1
/
+1
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
1
-2
/
+2
*
Isolate Target-specific functionality of DataExtractor.
Zachary Turner
2017-03-03
1
-1
/
+2
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Fix SBData::SetData() so that it always sets the address byte size correctly ...
Greg Clayton
2017-01-25
1
-0
/
+4
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-715
/
+609
*
Included <inttypes.h> in a few headers that were
Sean Callanan
2014-04-19
1
-0
/
+2
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-68
/
+86
*
"size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl...
Greg Clayton
2014-03-03
1
-25
/
+25
*
Fix Windows build using portable types for formatting the log outputs
Deepak Panickal
2014-03-03
1
-13
/
+13
*
Fix the format warnings.
Sylvestre Ledru
2013-10-31
1
-13
/
+13
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-27
/
+27
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-28
/
+28
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-2
/
+2
*
Patch from Enrico Granata that moves SBData related functions into the SBData
Greg Clayton
2012-01-07
1
-7
/
+300
*
<rdar://problem/10126482>
Greg Clayton
2011-11-13
1
-11
/
+14
*
Fix preprocessor warnings for no newline at the end of the source files.
Greg Clayton
2011-10-12
1
-1
/
+1
*
Added the ability to get all section contents, or the section
Greg Clayton
2011-09-24
1
-2
/
+2
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
1
-6
/
+6
*
Redesign of the interaction between Python and frozen objects:
Enrico Granata
2011-09-06
1
-0
/
+489