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
...
*
Resubmitting 240466 after fixing the linux test suite failures.
Greg Clayton
2015-06-25
1
-3
/
+2
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Make sure that "add-dsym" can't crash us when using it.
Greg Clayton
2015-03-31
1
-8
/
+38
*
Move lldb-log.cpp to core/Logging.cpp
Zachary Turner
2015-03-18
1
-1
/
+0
*
Remove Host::Backtrace in favor of llvm::sys::PrintStackTrace()
Zachary Turner
2015-03-06
1
-1
/
+9
*
Don't #include ClangASTContext.h from Module.h
Zachary Turner
2015-03-03
1
-5
/
+6
*
Fix Bug 20400
Chaoren Lin
2015-02-26
1
-1
/
+1
*
Don't wait for the dynamic loader to set a module as a dynamic link editor, f...
Greg Clayton
2015-02-05
1
-3
/
+10
*
If we say:
Greg Clayton
2015-01-28
1
-1
/
+1
*
Don't stomp the triple when loading a PECOFF target.
Zachary Turner
2015-01-22
1
-3
/
+7
*
Setting breakpoints with name mask eFunctionNameTypeBase was broken for strai...
Jim Ingham
2014-10-25
1
-20
/
+11
*
Fixed name lookups for names that contain "::" but aren't actually C++ qualif...
Greg Clayton
2014-10-22
1
-0
/
+2
*
Add error report when Module::GetObjectFile() fails to find a plugin to open ...
Todd Fiala
2014-09-05
1
-0
/
+4
*
When adding a dSYM to an existing ObjectFile, we can have a situation
Jason Molenda
2014-08-22
1
-0
/
+11
*
Don't search for module resources at all if the setting is set to "false".
Greg Clayton
2014-08-18
1
-2
/
+3
*
In order for the debug script filename to be valid as a module name, LLDB doe...
Enrico Granata
2014-08-16
1
-1
/
+2
*
Update lldb to track recent Triple arm64 enum removal and collapse into aarch64.
Todd Fiala
2014-07-23
1
-1
/
+1
*
Start converting usages of off_t to other types.
Zachary Turner
2014-07-02
1
-1
/
+1
*
Fix typos.
Bruce Mitchener
2014-07-01
1
-6
/
+6
*
iOS simulator cleanup to make sure we use "*-apple-ios" for iOS simulator app...
Greg Clayton
2014-05-29
1
-8
/
+38
*
Fixed the Module::Module(ModuleSpec) constructor to properly copy the file of...
Greg Clayton
2014-05-29
1
-2
/
+2
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-10
/
+11
*
lldb arm64 import.
Jason Molenda
2014-03-29
1
-0
/
+1
*
<rdar://problem/14515139>
Enrico Granata
2014-03-25
1
-1
/
+1
*
JITed functions can now have debug info and be debugged with debug and source...
Greg Clayton
2014-03-24
1
-0
/
+57
*
Cleanup some dead assignements reported by scan-build
Arnaud A. de Grandmaison
2014-03-22
1
-1
/
+1
*
Add support for JIT debugging on Linux using the GDB JIT interface. Patch wri...
Andrew MacPherson
2014-03-05
1
-3
/
+3
*
Fixed SBDebugger.CreateTarget("filename") and also make sure remote targets d...
Greg Clayton
2014-03-04
1
-13
/
+42
*
Temporarily revert part of Greg's changes in r202738 which are causing proble...
Jason Molenda
2014-03-04
1
-42
/
+13
*
"size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl...
Greg Clayton
2014-03-03
1
-13
/
+42
*
Modified ObjectFile::SetLoadAddress() to now be:
Greg Clayton
2014-02-07
1
-2
/
+2
*
Implement ObjectFileMachO::SetLoadAddress().
Greg Clayton
2014-02-06
1
-1
/
+6
*
Factor some methods that were in DynamicLoaderPOSIXDYLD.
Steve Pucci
2014-02-06
1
-20
/
+4
*
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
[prev]
[next]