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
/
SymbolContext.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-47
/
+45
*
[Expression parser] Look up module symbols before hunting globally
Sean Callanan
2017-05-16
1
-0
/
+157
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-1
/
+1
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1319
/
+1081
*
Added support for thread local variables on all Apple OS variants.
Greg Clayton
2016-07-01
1
-0
/
+4
*
Keep original source path and mapped path in LineEntry
Ted Woodward
2016-05-11
1
-0
/
+1
*
Adding an SBThread::StepInto that takes an end-line, also moved the code that...
Jim Ingham
2016-02-13
1
-0
/
+67
*
Rework breakpoint language filtering to use the symbol context's language.
Dawn Perchik
2015-12-16
1
-0
/
+32
*
Fix a crasher in SymbolContext::SortTypeList() where something that was itera...
Greg Clayton
2015-11-19
1
-150
/
+92
*
Fix potential null deref; after SymbolContextSpecifier::SymbolContextMatches
Jason Molenda
2015-10-28
1
-1
/
+1
*
Testcase and fix for bug 24074
Ravitheja Addepally
2015-10-08
1
-0
/
+168
*
Revert 248366 "Testcase and fix for bug 24074"
Enrico Granata
2015-09-23
1
-165
/
+0
*
Testcase and fix for bug 24074
Ravitheja Addepally
2015-09-23
1
-0
/
+165
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
1
-13
/
+4
*
Make stream::operator<< take "const" void *
Pavel Labath
2015-07-22
1
-8
/
+8
*
Make many mangled functions that might demangle a name be allowed to specify ...
Greg Clayton
2015-07-08
1
-18
/
+18
*
Resubmitting 240466 after fixing the linux test suite failures.
Greg Clayton
2015-06-25
1
-4
/
+4
*
Change the default disassembly format again. First attempt at
Jason Molenda
2015-02-13
1
-8
/
+31
*
Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ
Vince Harron
2015-01-15
1
-3
/
+3
*
Modified LLDB to be able to lookup global variables by address.
Greg Clayton
2015-01-15
1
-7
/
+55
*
Add a new disassembly-format specification so that the disassembler
Jason Molenda
2014-10-10
1
-3
/
+9
*
Switch NULL to C++11 nullptr in source/Symbol and source/Utility
Ed Maste
2014-04-20
1
-48
/
+48
*
"size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl...
Greg Clayton
2014-03-03
1
-6
/
+6
*
Fix Windows build using portable types for formatting the log outputs
Deepak Panickal
2014-03-03
1
-6
/
+6
*
Fix the format warnings.
Sylvestre Ledru
2013-10-31
1
-6
/
+6
*
Huge performance improvements when one breakpoint contains many locations.
Greg Clayton
2013-06-12
1
-0
/
+47
*
<rdar://problem/13217784>
Greg Clayton
2013-05-17
1
-2
/
+28
*
Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...
Greg Clayton
2013-04-29
1
-3
/
+2
*
<rdar://problem/13506727>
Greg Clayton
2013-04-03
1
-0
/
+11
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-1
/
+1
*
<rdar://problem/13265297>
Greg Clayton
2013-02-23
1
-3
/
+4
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-6
/
+6
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-6
/
+6
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-0
/
+1
*
<rdar://problem/11870357>
Greg Clayton
2012-07-14
1
-1
/
+57
*
<rdar://problem/11330621>
Greg Clayton
2012-05-10
1
-0
/
+2
*
<rdar://problem/10997402>
Greg Clayton
2012-03-07
1
-9
/
+8
*
Fixed Symbol objects being able to get their byte size.
Greg Clayton
2012-03-02
1
-15
/
+5
*
Made a ModuleSpec class in Module.h which can specify a module using one or
Greg Clayton
2012-02-26
1
-2
/
+3
*
Removed all of the "#ifndef SWIG" from the SB header files since we are using
Greg Clayton
2012-02-06
1
-0
/
+32
*
Added code in the Host layer that can report system log messages
Greg Clayton
2012-01-05
1
-7
/
+11
*
Moved lldb::user_id_t values to be 64 bit. This was going to be needed for
Greg Clayton
2011-10-19
1
-3
/
+3
*
Cleaned up a few functions that never get used.
Sean Callanan
2011-10-13
1
-77
/
+0
*
Completed the glue that passes a ClangNamespaceDecl *
Sean Callanan
2011-10-13
1
-1
/
+1
*
Added ClangNamespaceDecl * parameters to several
Sean Callanan
2011-10-12
1
-3
/
+3
*
Fix the last testsuite regression from the apple-names stuff.
Jim Ingham
2011-10-08
1
-4
/
+21
*
Removed code that was left in during testing and debugging of an issue.
Greg Clayton
2011-10-07
1
-2
/
+0
*
Added better logging for the case where we don't find a PC in a block.
Greg Clayton
2011-10-07
1
-2
/
+27
[next]