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
/
Module.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
For logical backtrace work, lldb needs to track Module unloads etc & symoblic...
Greg Clayton
2013-12-06
1
-0
/
+1
*
Expose SBPlatform through the public API.
Greg Clayton
2013-11-20
1
-0
/
+2
*
<rdar://problem/15191078>
Greg Clayton
2013-10-11
1
-0
/
+32
*
Changed the bool conversion operator on ConstString
Sean Callanan
2013-10-03
1
-3
/
+3
*
Adds an option to resolve a symbol from an address that can be used
Ashok Thirumurthi
2013-09-24
1
-4
/
+14
*
Fix lldb regressions due to r190812 in the case where debug info is present.
Ashok Thirumurthi
2013-09-20
1
-2
/
+2
*
Fixed a logic error in Module::ResolveSymbolContextForAddress(). Asking an ad...
Greg Clayton
2013-09-18
1
-2
/
+2
*
Fixes symbol resolution for a function with a tail call because the PC
Ashok Thirumurthi
2013-09-16
1
-11
/
+41
*
Added a 'jump' command, similar to GDBs.
Richard Mitton
2013-09-12
1
-1
/
+23
*
When adding a dSYM file, don't remove all sections for the Module's object fi...
Greg Clayton
2013-08-13
1
-1
/
+3
*
Fixed GetModuleSpecifications() to work better overall:
Greg Clayton
2013-07-12
1
-12
/
+16
*
Cleanup on the unified section list changes. Main changes are:
Greg Clayton
2013-07-10
1
-35
/
+37
*
Split symbol support for ELF and Linux.
Michael Sartain
2013-07-01
1
-40
/
+72
*
Formatting cleanup.
Jim Ingham
2013-07-01
1
-3
/
+10
*
Huge performance improvements when one breakpoint contains many locations.
Greg Clayton
2013-06-12
1
-7
/
+42
*
<rdar://problem/11109316>
Enrico Granata
2013-05-31
1
-1
/
+1
*
<rdar://problem/13880690>
Greg Clayton
2013-05-22
1
-0
/
+3
*
Adding a newline for better overall readability
Enrico Granata
2013-05-21
1
-1
/
+1
*
<rdar://problem/13878726>
Enrico Granata
2013-05-21
1
-5
/
+7
*
s/to override/To override/
Enrico Granata
2013-05-21
1
-1
/
+1
*
Improving the previous checkin about target.load-script-from-symbol-file
Enrico Granata
2013-05-21
1
-5
/
+6
*
<rdar://problem/13878726>
Enrico Granata
2013-05-20
1
-3
/
+4
*
<rdar://problem/11398407>
Greg Clayton
2013-05-18
1
-5
/
+35
*
<rdar://problem/13183720>
Enrico Granata
2013-05-13
1
-1
/
+7
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-7
/
+8
*
Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...
Greg Clayton
2013-04-29
1
-16
/
+23
*
After discussing with Chris Lattner, we require C++11, so lets get rid of the...
Greg Clayton
2013-04-18
1
-1
/
+1
*
Since we use C++11, we should switch over to using std::unique_ptr when C++11...
Greg Clayton
2013-04-18
1
-1
/
+10
*
<rdar://problem/13506727>
Greg Clayton
2013-04-03
1
-23
/
+141
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-3
/
+3
*
Only get the script interpreter if we find scripting resources in the symbol ...
Greg Clayton
2013-03-23
1
-13
/
+13
*
Add GNU indirect function support in expressions for Linux.
Matt Kopec
2013-02-27
1
-4
/
+10
*
<rdar://problem/13265297>
Greg Clayton
2013-02-23
1
-2
/
+2
*
<rdar://problem/13159777>
Greg Clayton
2013-02-06
1
-3
/
+5
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-44
/
+39
*
<rdar://problem/12973809>
Greg Clayton
2013-01-11
1
-18
/
+34
*
<rdar://problem/12953853>
Greg Clayton
2013-01-08
1
-0
/
+19
*
Cleaned up the UUID mismatch just printing itself whenever it wants to by all...
Greg Clayton
2012-12-14
1
-2
/
+2
*
Removed the == and != operators from ArchSpec, since
Sean Callanan
2012-12-13
1
-2
/
+2
*
Separate initing the stdout/stderr for running the Python Script interpreter ...
Jim Ingham
2012-12-07
1
-1
/
+3
*
<rdar://problem/12749733>
Greg Clayton
2012-12-05
1
-0
/
+13
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+2
*
Resolve printf formatting warnings on Linux:
Daniel Malea
2012-11-29
1
-3
/
+3
*
<rdar://problem/12586350>
Enrico Granata
2012-11-08
1
-1
/
+46
*
<rdar://problem/12473003>
Greg Clayton
2012-10-22
1
-3
/
+15
*
llvm needs the OS to be set to either iOS or Mac OS X
Jason Molenda
2012-10-16
1
-0
/
+16
*
Added a new "module" log channel which covers module creation, deletion, and ...
Greg Clayton
2012-10-08
1
-6
/
+6
*
<rdar://problem/11791234>
Greg Clayton
2012-10-02
1
-1
/
+1
*
Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...
Greg Clayton
2012-09-18
1
-1
/
+1
*
<rdar://problem/11485744> Implement important data formatters in C++. Have th...
Enrico Granata
2012-09-04
1
-0
/
+14
[next]