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
/
Symbol
/
Block.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb][NFC] Move Address and AddressRange functions out of Stream and let the...
Raphael Isemann
2019-12-05
1
-6
/
+6
*
[lldb][NFC] Allow range-based for-loops on VariableList
Raphael Isemann
2019-11-25
1
-4
/
+3
*
SymbolVendor: Remove passthrough methods
Pavel Labath
2019-08-06
1
-2
/
+1
*
SymbolVendor: Introduce Module::GetSymbolFile
Pavel Labath
2019-08-02
1
-2
/
+1
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-15
/
+17
*
Use const auto *
Fangrui Song
2019-06-29
1
-2
/
+2
*
Include inlined functions when figuring out a contiguous address range
Greg Clayton
2019-05-06
1
-0
/
+15
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-2
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-3
/
+3
*
Add support for artificial tail call frames
Vedant Kumar
2018-10-05
1
-12
/
+9
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-2
/
+1
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-552
/
+410
*
Handle the case when a variable is only valid in part of the enclosing scope
Tamas Berghammer
2016-02-25
1
-8
/
+29
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-18
/
+15
*
Move lldb-log.cpp to core/Logging.cpp
Zachary Turner
2015-03-18
1
-2
/
+0
*
Switch NULL to C++11 nullptr in source/Symbol and source/Utility
Ed Maste
2014-04-20
1
-20
/
+20
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-3
/
+3
*
Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...
Greg Clayton
2013-04-29
1
-8
/
+5
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-1
/
+1
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-4
/
+4
*
Add a convenience function to get the range containing a given PC specified a...
Jim Ingham
2012-08-31
1
-0
/
+10
*
<rdar://problem/11870357>
Greg Clayton
2012-07-14
1
-1
/
+1
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-7
/
+7
*
Moved lldb::user_id_t values to be 64 bit. This was going to be needed for
Greg Clayton
2011-10-19
1
-4
/
+4
*
Added more functionality to Range template classes in RangeMap.h and converte...
Greg Clayton
2011-10-08
1
-45
/
+77
*
Cleaned up the the code that figures out the inlined stack frames given a
Greg Clayton
2011-10-01
1
-89
/
+0
*
Fixed an issue where a lexical block or inlined function might have bad debug
Greg Clayton
2011-09-29
1
-5
/
+52
*
Free up some space in lldb_private::Block by not requiring a sibling pointer.
Greg Clayton
2011-09-29
1
-23
/
+49
*
Added more functionality to the public API to allow for better
Greg Clayton
2011-09-26
1
-1
/
+5
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
1
-1
/
+1
*
We were leaking a stack frame in StackFrameList in Thread.cpp which could
Greg Clayton
2011-08-12
1
-26
/
+46
*
This is an overhaul of the expression parser code
Sean Callanan
2011-08-05
1
-0
/
+24
*
Fixed variable parsing to not parse block variables over and over due to an
Greg Clayton
2011-06-17
1
-23
/
+43
*
Fixed the SymbolContext::DumpStopContext() to correctly indent and dump
Greg Clayton
2011-04-23
1
-9
/
+41
*
Fixed a crasher that could happen when trying to look at N_GSYM entries
Greg Clayton
2011-02-08
1
-1
/
+1
*
Fixed a crasher (an assert was firing in the DWARF parser) when setting
Greg Clayton
2010-11-14
1
-0
/
+18
*
Add GetDescription() and __repr__ () methods to most API classes, to allow
Caroline Tice
2010-09-20
1
-0
/
+11
*
Fixed a missing newline when dumping mixed disassembly.
Greg Clayton
2010-09-15
1
-2
/
+8
*
Moved the section load list up into the target so we can use the target
Greg Clayton
2010-09-14
1
-3
/
+3
*
Fixed the implementation of "bool Block::Contains (const Block *block) const"
Greg Clayton
2010-09-14
1
-4
/
+4
*
Cleaned up the output of "image lookup --address <ADDR>" which involved
Greg Clayton
2010-09-10
1
-2
/
+3
*
Added more API to lldb::SBBlock to allow getting the block
Greg Clayton
2010-09-07
1
-33
/
+66
*
Added a new bool parameter to many of the DumpStopContext() methods that
Greg Clayton
2010-09-02
1
-4
/
+22
*
Got a lot of the kinks worked out in the inline support after debugging more
Greg Clayton
2010-08-24
1
-38
/
+33
*
Added support for inlined stack frames being represented as real stack frames
Greg Clayton
2010-08-24
1
-3
/
+59
*
Modified the host process monitor callback function Host::StartMonitoringChil...
Greg Clayton
2010-08-21
1
-383
/
+82
*
Some Block:: methods wandered to the end of the file after the BlockList:: me...
Jim Ingham
2010-08-18
1
-70
/
+70
*
Added function name types to allow us to set breakpoints by name more
Greg Clayton
2010-06-28
1
-24
/
+54
[next]