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
/
Function.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the lldb_private::Function::GetDescription to print out the name and mang...
Greg Clayton
2017-02-10
1
-6
/
+9
*
Fix GetDisplayName when only a demangled name is available
Francis Ricci
2016-10-06
1
-2
/
+0
*
Force the initialization of the m_type ivar in
Jason Molenda
2016-09-08
1
-0
/
+3
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-594
/
+417
*
The compiler may use "line number 0" to indicate compiler generated goo that ...
Jim Ingham
2016-02-03
1
-2
/
+42
*
Introudce a IsTopLevelFunction() API on Language and Function
Enrico Granata
2015-09-30
1
-0
/
+12
*
Handle DW_OP_GNU_addr_index in DWARF expressions
Tamas Berghammer
2015-08-25
1
-2
/
+2
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-22
/
+19
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
1
-3
/
+3
*
First part of an attempt to indicate to the user when they are
Jason Molenda
2015-07-29
1
-0
/
+15
*
Make many mangled functions that might demangle a name be allowed to specify ...
Greg Clayton
2015-07-08
1
-9
/
+36
*
Add a GetDisplayName() API to SBFrame, SBFunction and SBSymbol
Enrico Granata
2015-07-06
1
-0
/
+15
*
Switch NULL to C++11 nullptr in source/Symbol and source/Utility
Ed Maste
2014-04-20
1
-18
/
+18
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-7
/
+3
*
Merging the iohandler branch back into main.
Greg Clayton
2014-01-27
1
-0
/
+38
*
Huge change to clean up types.
Greg Clayton
2013-07-11
1
-60
/
+6
*
Split symbol support for ELF and Linux.
Michael Sartain
2013-07-01
1
-3
/
+22
*
Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...
Greg Clayton
2013-04-29
1
-4
/
+2
*
<rdar://problem/13338643>
Greg Clayton
2013-03-04
1
-7
/
+1
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-2
/
+2
*
Bunch of cleanups for warnings found by the llvm static analyzer.
Jim Ingham
2012-10-12
1
-5
/
+11
*
Cleaned up the lldb_private::Mangled class to get rid of the tokenizing code ...
Greg Clayton
2012-07-18
1
-2
/
+2
*
<rdar://problem/11271074>
Greg Clayton
2012-04-26
1
-14
/
+42
*
Make sure the end of the first line is still within the function, and if not,...
Jim Ingham
2012-04-25
1
-1
/
+6
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-7
/
+7
*
Added code in the Host layer that can report system log messages
Greg Clayton
2012-01-05
1
-6
/
+7
*
Moved lldb::user_id_t values to be 64 bit. This was going to be needed for
Greg Clayton
2011-10-19
1
-2
/
+2
*
When a function calculates its module, make sure it returns the "real" module...
Jim Ingham
2011-10-07
1
-0
/
+10
*
Stop spurious "DW_AT_specification(0x%8.8x) has no decl" warnings that were d...
Greg Clayton
2011-10-05
1
-1
/
+1
*
<rdar://problem/10212450>
Greg Clayton
2011-09-30
1
-0
/
+21
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
1
-2
/
+2
*
Fixed the logging output that appears when doing a:
Greg Clayton
2011-08-16
1
-6
/
+4
*
We were leaking a stack frame in StackFrameList in Thread.cpp which could
Greg Clayton
2011-08-12
1
-0
/
+25
*
This is an overhaul of the expression parser code
Sean Callanan
2011-08-05
1
-0
/
+24
*
This change brings in the latest LLVM/Clang, and
Sean Callanan
2011-07-30
1
-4
/
+5
*
Remove an assertion and replace with safe code that emits a warning.
Greg Clayton
2011-06-24
1
-2
/
+13
*
Clean up a bit of the type getting code where lldb_private:Type now has
Greg Clayton
2011-02-16
1
-68
/
+15
*
Updated Clang to a version that supports propagating
Sean Callanan
2011-01-27
1
-2
/
+2
*
Modified the lldb_private::Type clang type resolving code to handle three
Greg Clayton
2010-11-13
1
-3
/
+22
*
Fixed an issue with Function::GetPrologueByteSize() where if a function's fir...
Greg Clayton
2010-11-11
1
-1
/
+10
*
Cleaned up a unused member variable in Debugger.
Greg Clayton
2010-09-30
1
-2
/
+2
*
Fixed the forward declaration issue that was present in the DWARF parser after
Greg Clayton
2010-09-29
1
-5
/
+5
*
Fixed a missing newline when dumping mixed disassembly.
Greg Clayton
2010-09-15
1
-4
/
+4
*
Moved the section load list up into the target so we can use the target
Greg Clayton
2010-09-14
1
-2
/
+2
*
Cleaned up the output of "image lookup --address <ADDR>" which involved
Greg Clayton
2010-09-10
1
-3
/
+9
*
Added support for inlined stack frames being represented as real stack frames
Greg Clayton
2010-08-24
1
-0
/
+10
*
Modified the host process monitor callback function Host::StartMonitoringChil...
Greg Clayton
2010-08-21
1
-45
/
+32
*
Add methods to Function to get the first and last source lines of the functio...
Jim Ingham
2010-08-20
1
-0
/
+64
*
Added support for objective C built-in types: id, Class, and SEL. This
Greg Clayton
2010-08-03
1
-2
/
+2
*
Change over to using the definitions for mach-o types and defines to the
Greg Clayton
2010-07-21
1
-3
/
+4
[next]