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
*
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
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-0
/
+2
*
Ran the static analyzer on the codebase and found a few things.
Greg Clayton
2012-07-17
1
-8
/
+0
*
Modifying the "address" format, which prints a pointer and a description of w...
Greg Clayton
2012-07-11
1
-2
/
+34
*
<rdar://problem/11455398>
Greg Clayton
2012-05-15
1
-1
/
+2
*
<rdar://problem/10997402>
Greg Clayton
2012-03-07
1
-4
/
+4
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-98
/
+110
*
The second part in thread hardening the internals of LLDB where we make
Greg Clayton
2012-02-18
1
-19
/
+14
*
Switching back to using std::tr1::shared_ptr. We originally switched away
Greg Clayton
2012-01-29
1
-18
/
+31
*
<rdar://problem/9958446>
Greg Clayton
2011-12-10
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
-1
/
+1
*
Converted the lldb_private::Process over to use the intrusive
Greg Clayton
2011-09-22
1
-2
/
+3
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
1
-1
/
+1
*
Removed the function:
Greg Clayton
2011-09-17
1
-6
/
+6
*
Initializes (uint64_t)buf variable, patch by Filipe Cabecinhas!
Johnny Chen
2011-08-25
1
-1
/
+1
*
We were leaking a stack frame in StackFrameList in Thread.cpp which could
Greg Clayton
2011-08-12
1
-8
/
+103
*
Added the ability to see block variables when looking up addresses
Greg Clayton
2011-07-11
1
-3
/
+37
*
Added new lldb_private::Process memory read/write functions to stop a bunch
Greg Clayton
2011-05-22
1
-83
/
+8
*
Added functions to lldb_private::Address to set an address from a load address
Greg Clayton
2011-05-22
1
-0
/
+58
*
Moved a lot of simple functions from StoppointLocation.cpp to be inlined in
Greg Clayton
2011-05-19
1
-0
/
+24
*
Added a function to lldb_private::Address:
Greg Clayton
2011-05-18
1
-0
/
+38
*
Added a way to resolve an load address from a target:
Greg Clayton
2011-05-18
1
-0
/
+11
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-2
/
+2
*
Added more platform support. There are now some new commands:
Greg Clayton
2011-03-19
1
-0
/
+13
*
Made lldb_private::ArchSpec contain much more than just an architecture. It
Greg Clayton
2011-02-15
1
-8
/
+8
*
Endian patch from Kirk Beitz that allows better cross platform building.
Greg Clayton
2011-02-01
1
-1
/
+1
*
Finished up the async attach support. This allows us to request to attach
Greg Clayton
2011-01-29
1
-1
/
+1
*
Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.
Greg Clayton
2011-01-08
1
-1
/
+1
*
Fixed issues with the unwinding code where the collection of FuncUnwinders
Greg Clayton
2011-01-08
1
-131
/
+50
*
Added the ability for Target::ReadMemory to prefer to read from the file
Greg Clayton
2011-01-07
1
-1
/
+2
*
Cleaned up the API logging a lot more to reduce redundant information and
Greg Clayton
2010-10-31
1
-17
/
+3
*
Hooked up ability to look up data symbols so they show up in disassembly
Greg Clayton
2010-10-08
1
-0
/
+28
*
There are now to new "settings set" variables that live in each debugger
Greg Clayton
2010-10-04
1
-1
/
+1
*
Moved the section load list up into the target so we can use the target
Greg Clayton
2010-09-14
1
-39
/
+44
*
Cleaned up the output of "image lookup --address <ADDR>" which involved
Greg Clayton
2010-09-10
1
-15
/
+7
*
Stop line entries from dumping full paths when addresses dump themselves as s...
Greg Clayton
2010-09-07
1
-2
/
+9
*
Added a new bool parameter to many of the DumpStopContext() methods that
Greg Clayton
2010-09-02
1
-3
/
+3
*
Clarified the intent of the SymbolContextScope class in the header
Greg Clayton
2010-08-30
1
-9
/
+0
[next]