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
/
Plugins
/
DynamicLoader
/
MacOSX-DYLD
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fixed the Xcode project building of LLVM to be a bit more user friendly:
Greg Clayton
2011-11-04
1
-7
/
+7
*
Converted the lldb_private::Process over to use the intrusive
Greg Clayton
2011-09-22
1
-2
/
+2
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
1
-1
/
+1
*
Added the ability to remove orphaned module shared pointers from a ModuleList.
Greg Clayton
2011-08-11
1
-4
/
+4
*
While tracking down memory consumption issue a few things were needed: the
Greg Clayton
2011-08-10
1
-6
/
+25
*
When unloading a library, pass the old complete version of the library to Unl...
Jim Ingham
2011-08-09
1
-1
/
+3
*
Fixed a loop that I was testing changes with and forgot
Greg Clayton
2011-08-06
1
-1
/
+1
*
Fixed issues for iOS debugging where if a device has
Greg Clayton
2011-08-05
1
-23
/
+25
*
Add method Module::IsLoadedInTarget, and then in the MacOS X dynamic loader, ...
Jim Ingham
2011-08-03
1
-0
/
+30
*
Fixed an issue where we weren't zeroing out the type fully
Greg Clayton
2011-07-09
1
-1
/
+1
*
LLDB now has a Kernel dynamic linker that can detect where kexts are
Greg Clayton
2011-07-08
1
-3
/
+24
*
Use the dyld_mode, image_infos & image_infos_count passed into the shared lib...
Jim Ingham
2011-06-20
2
-200
/
+363
*
Remove assert() calls that were firing off and crashing the LLDB framework.
Greg Clayton
2011-06-14
1
-14
/
+33
*
Don't resolve the path when we extract the path from the dyld info or we
Greg Clayton
2011-05-23
1
-4
/
+3
*
Calculate the dyld slide from all in memory info without having to use the
Greg Clayton
2011-05-23
2
-46
/
+66
*
Fixed the SymbolContext::DumpStopContext() to correctly indent and dump
Greg Clayton
2011-04-23
1
-2
/
+2
*
Moved the execution context that was in the Debugger into
Greg Clayton
2011-04-12
1
-8
/
+8
*
Many improvements to the Platform base class and subclasses. The base Platform
Greg Clayton
2011-03-30
2
-74
/
+121
*
LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide
Greg Clayton
2011-03-08
2
-31
/
+0
*
The DynamicLoader plug-in instance now lives up in lldb_private::Process where
Greg Clayton
2011-02-16
2
-3
/
+13
*
Made lldb_private::ArchSpec contain much more than just an architecture. It
Greg Clayton
2011-02-15
1
-1
/
+1
*
Moved FileSpec into the Host layer since it will vary from host to host.
Greg Clayton
2011-02-08
1
-1
/
+1
*
Remove bzero use and replace with memset (patch from Kirk Beitz).
Greg Clayton
2011-02-04
1
-1
/
+1
*
Applied a fix to qualify "UUID" with the lldb_private namespace to fix
Greg Clayton
2011-02-04
1
-1
/
+1
*
Added support for attaching to a remote debug server with the new command:
Greg Clayton
2011-02-04
1
-0
/
+1
*
Endian patch from Kirk Beitz that allows better cross platform building.
Greg Clayton
2011-02-01
2
-6
/
+6
*
Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener.
Greg Clayton
2011-01-08
1
-1
/
+1
*
Modified LLDB expressions to not have to JIT and run code just to see variable
Greg Clayton
2010-12-14
1
-3
/
+9
*
Fixed an issue where the macosx dynamic loader, on the first shared library l...
Greg Clayton
2010-12-12
2
-28
/
+70
*
Added the ability to dump sections to a certain depth (for when sections
Greg Clayton
2010-12-08
2
-33
/
+1
*
Fixed Process::Halt() as it was broken for "process halt" after recent changes
Greg Clayton
2010-11-18
2
-14
/
+78
*
Modified all logging calls to hand out shared pointers to make sure we
Greg Clayton
2010-11-06
1
-4
/
+4
*
Added support for loading and unloading shared libraries. This was done by
Greg Clayton
2010-11-04
2
-0
/
+22
*
Fixed shared library unloads when the unloaded library doesn't come off
Greg Clayton
2010-11-03
3
-114
/
+34
*
Updated the lldb_private::Flags class to have better method names and made
Greg Clayton
2010-10-27
1
-1
/
+1
*
Fixed an issue where we were resolving paths when we should have been.
Greg Clayton
2010-10-20
1
-2
/
+2
*
Replace the vestigial Value::GetOpaqueCLangQualType with the more correct Val...
Jim Ingham
2010-09-28
6
-716
/
+6
*
Moved the section load list up into the target so we can use the target
Greg Clayton
2010-09-14
2
-11
/
+12
*
Add the ability for "ThreadPlanRunToAddress" to run to multiple addresses.
Jim Ingham
2010-09-14
1
-7
/
+34
*
Remove the Flags member in lldb_private::Module in favor of bitfield boolean
Greg Clayton
2010-09-07
1
-0
/
+3
*
Change Target & Process so they can really be initialized with an invalid arc...
Jim Ingham
2010-08-09
1
-2
/
+1
*
Change over to using the definitions for mach-o types and defines to the
Greg Clayton
2010-07-21
2
-31
/
+32
*
More constructor warning fixes from William Lynch.
Benjamin Kramer
2010-07-20
1
-3
/
+3
*
I enabled some extra warnings for hidden local variables and for hidden
Greg Clayton
2010-07-14
2
-4
/
+1
*
Merged Eli Friedman's linux build changes where he added Makefile files that
Greg Clayton
2010-07-09
3
-5
/
+19
*
Two changes in this checkin. Added a ThreadPlanKind so that I can do some re...
Jim Ingham
2010-06-19
1
-1
/
+1
*
Made lldb_private::ArchSpec more generic so that it can take a mach-o cpu
Greg Clayton
2010-06-11
1
-3
/
+3
*
Correctly handle the case where dyld has slid.
Jason Molenda
2010-06-10
1
-9
/
+66
*
Initial checkin of lldb code from internal Apple repo.
Chris Lattner
2010-06-08
8
-0
/
+2301
[prev]