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
/
SBAddress.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb][NFC] Remove dead code in SBAddress::GetDescription
Raphael Isemann
2019-09-11
1
-6
/
+0
*
[LLDB] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-3
/
+3
*
[Reproducers] Capture return values of functions returning by ptr/ref
Jonas Devlieghere
2019-04-03
1
-1
/
+1
*
Make operator==s consistent between c++ and python APIs
Pavel Labath
2019-04-02
1
-0
/
+9
*
[lldb] [Reproducer] Move SBRegistry registration into declaring files
Michal Gorny
2019-03-19
1
-0
/
+38
*
Add "operator bool" to SB APIs
Pavel Labath
2019-03-11
1
-0
/
+4
*
[SBAPI] Log from record macro
Jonas Devlieghere
2019-03-07
1
-13
/
+0
*
[Reproducers] Add SBReproducer macros
Jonas Devlieghere
2019-03-06
1
-11
/
+66
*
[SBAPI] Don't check IsValid in constructor
Jonas Devlieghere
2019-03-06
1
-9
/
+5
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-48
/
+48
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[API] Remove redundants get() from smart pointers. NFC
Jonas Devlieghere
2018-12-20
1
-2
/
+2
*
Don't type-erase the SymbolContextItem enumeration.
Zachary Turner
2018-10-25
1
-1
/
+2
*
Move AddressClass to private enums since API doesn't provide any functions to...
Tatyana Krasnukha
2018-06-27
1
-6
/
+0
*
Change AddressClass type from 'enum' to 'enum class'.
Tatyana Krasnukha
2018-06-26
1
-1
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-7
/
+5
*
[LLDB][MIPS] Fix TestStepOverBreakpoint.py failure.
Nitesh Jain
2017-05-04
1
-0
/
+6
*
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
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-249
/
+164
*
second pass over removal of Mutex and Condition
Saleem Abdulrasool
2016-05-19
1
-2
/
+1
*
Reduce header footprint of Target.h
Zachary Turner
2015-03-03
1
-0
/
+2
*
SBAddress currently *may* have an Address object or it may not.
Jason Molenda
2014-10-31
1
-21
/
+21
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-3
/
+5
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-1
/
+1
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-1
/
+1
*
Add missing return to SBAddress::GetOffset(). This was caught by Carlo Kok.
Greg Clayton
2012-10-30
1
-1
/
+1
*
<rdar://problem/12524810>
Greg Clayton
2012-10-22
1
-3
/
+6
*
Expose GetAddressClass() from both the SBAddress and SBInstruction so clients...
Greg Clayton
2012-04-13
1
-0
/
+7
*
Change SBAddress back to using a std::auto_ptr to a lldb_private::Address as ...
Greg Clayton
2012-04-04
1
-103
/
+38
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-4
/
+4
*
Removed all of the "#ifndef SWIG" from the SB header files since we are using
Greg Clayton
2012-02-06
1
-1
/
+1
*
Allow a SBAddress to be created from a SBSection and an offset.
Greg Clayton
2012-02-04
1
-0
/
+15
*
lldb::SBTarget and lldb::SBProcess are now thread hardened. They both still
Greg Clayton
2012-01-30
1
-3
/
+1
*
SBFrame is now threadsafe using some extra tricks. One issue is that stack
Greg Clayton
2012-01-30
1
-4
/
+5
*
Switching back to using std::tr1::shared_ptr. We originally switched away
Greg Clayton
2012-01-29
1
-2
/
+2
*
Added the ability to get the target triple, byte order and address byte size
Greg Clayton
2012-01-29
1
-0
/
+7
*
<rdar://problem/10126482>
Greg Clayton
2011-11-13
1
-3
/
+3
*
Added to the public API to allow symbolication:
Greg Clayton
2011-09-24
1
-48
/
+119
*
Removed the function:
Greg Clayton
2011-09-17
1
-2
/
+2
*
We were leaking a stack frame in StackFrameList in Thread.cpp which could
Greg Clayton
2011-08-12
1
-0
/
+58
*
Make the SBAddress class easier to use when using the public
Greg Clayton
2011-07-22
1
-2
/
+32
*
Added some functions to our API related to classifying symbols as code, data,
Greg Clayton
2011-03-31
1
-0
/
+29
*
The LLDB API (lldb::SB*) is now thread safe!
Greg Clayton
2010-12-20
1
-7
/
+12
*
Modified all logging calls to hand out shared pointers to make sure we
Greg Clayton
2010-11-06
1
-1
/
+1
*
Cleaned up the API logging a lot more to reduce redundant information and
Greg Clayton
2010-10-31
1
-35
/
+7
*
Clean up the API logging code:
Caroline Tice
2010-10-26
1
-16
/
+17
*
First pass at adding logging capabilities for the API functions. At the moment
Caroline Tice
2010-10-26
1
-1
/
+43
*
Remove all the __repr__ methods from the API/*.h files, and put them
Caroline Tice
2010-09-22
1
-9
/
+1
[next]