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
/
Core
/
Address.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
-5
/
+6
*
[lldb][NFC] Allow range-based for-loops on VariableList
Raphael Isemann
2019-11-25
1
-8
/
+6
*
Remove SymbolVendor::GetSymtab
Pavel Labath
2019-08-05
1
-21
/
+16
*
Fix PC adjustment in StackFrame::GetSymbolContext
Joseph Tremoulet
2019-08-02
1
-0
/
+18
*
Fix integer literals which are cast to bool
Jonas Devlieghere
2019-05-24
1
-1
/
+1
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-2
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[Symbol] Search symbols with name and type in a symbol file
Aleksandr Urakov
2018-11-30
1
-2
/
+4
*
Remove comments after header includes.
Jonas Devlieghere
2018-11-11
1
-24
/
+24
*
Don't type-erase the SymbolContextItem enumeration.
Zachary Turner
2018-10-25
1
-2
/
+3
*
Rollback "Fix raw address breakpoints not resolving".
Davide Italiano
2018-09-10
1
-2
/
+8
*
Fix raw address breakpoints not resolving
Ted Woodward
2018-09-10
1
-8
/
+2
*
Change AddressClass type from 'enum' to 'enum class'.
Tatyana Krasnukha
2018-06-26
1
-4
/
+4
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-50
/
+45
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
1
-2
/
+0
*
Fix backtrace of noreturn functions situated at the end of a module
Pavel Labath
2017-06-08
1
-5
/
+7
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-4
/
+4
*
iwyu fixes for lldbCore.
Zachary Turner
2017-04-06
1
-6
/
+35
*
Isolate Target-specific functionality of DataExtractor.
Zachary Turner
2017-03-03
1
-18
/
+19
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-994
/
+849
*
Remove std::atomic from lldb::Address.
Zachary Turner
2016-08-29
1
-2
/
+2
*
Fix the use of lldb::eSymbolContextVariable.
Greg Clayton
2016-06-21
1
-1
/
+1
*
Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; o...
Eugene Zelenko
2016-03-02
1
-74
/
+68
*
Handle the case when a variable is only valid in part of the enclosing scope
Tamas Berghammer
2016-02-25
1
-3
/
+4
*
Add -Wimplicit-fallthrough command line option to clang in
Jason Molenda
2016-02-16
1
-1
/
+1
*
Fixed a couple of places where we were getting the module from a
Jim Ingham
2016-01-29
1
-1
/
+5
*
Make lldb::endian::InlHostByteOrder() private.
Bruce Mitchener
2015-11-07
1
-1
/
+1
*
[LLDB][MIPS] microMIPS breakpoints, disassembly and compressed addresses
Jaydeep Patil
2015-09-22
1
-0
/
+14
*
Use eAddressClassCode for address lookup for opcodes for stack frames
Tamas Berghammer
2015-09-07
1
-4
/
+12
*
Resubmitting 240466 after fixing the linux test suite failures.
Greg Clayton
2015-06-25
1
-3
/
+3
*
Don't print a type of variable in Address::Dump if it's unknown (i.e. nullptr)
Ilia K
2015-04-28
1
-3
/
+8
*
Change the default disassembly format again. First attempt at
Jason Molenda
2015-02-13
1
-3
/
+6
*
Modified LLDB to be able to lookup global variables by address.
Greg Clayton
2015-01-15
1
-2
/
+2
*
Audit uses of ConstString::AsCString() to make sure they weren't assuming
Jim Ingham
2014-12-19
1
-1
/
+3
*
Add a new disassembly-format specification so that the disassembler
Jason Molenda
2014-10-10
1
-3
/
+6
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-1
/
+1
*
Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression ...
Jim Ingham
2014-01-10
1
-5
/
+17
*
For logical backtrace work, lldb needs to track Module unloads etc & symoblic...
Greg Clayton
2013-12-06
1
-0
/
+1
*
Fixed the the breakpoint test case failures.
Greg Clayton
2013-11-09
1
-2
/
+10
*
Improve lldb_private::Address to detect when section was deleted and not retu...
Greg Clayton
2013-11-06
1
-15
/
+42
*
Include file cleanup.
Jim Ingham
2013-09-05
1
-1
/
+0
*
Split symbol support for ELF and Linux.
Michael Sartain
2013-07-01
1
-3
/
+8
*
Address::GetSection() turns a weak pointer to a shared pointer which is a lit...
Jim Ingham
2013-06-06
1
-4
/
+4
*
Fix data race in Address class by wrapping m_offset in std::atomic
Daniel Malea
2013-04-22
1
-2
/
+2
*
<rdar://problem/13338643>
Greg Clayton
2013-03-04
1
-23
/
+0
*
Add GNU indirect function support in expressions for Linux.
Matt Kopec
2013-02-27
1
-1
/
+8
*
<rdar://problem/13265297>
Greg Clayton
2013-02-23
1
-1
/
+1
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-3
/
+3
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-3
/
+3
[next]