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
/
Commands
/
CommandObjectTarget.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
No functionality changes, mostly cleanup.
Greg Clayton
2012-04-11
1
-1
/
+1
*
<rdar://problem/11202426>
Greg Clayton
2012-04-09
1
-1
/
+2
*
<rdar://problem/10103468>
Greg Clayton
2012-03-29
1
-49
/
+10
*
lldb_private::Section objects have a boolean flag that can be set that
Greg Clayton
2012-03-27
1
-22
/
+18
*
<rdar://problem/11113279>
Greg Clayton
2012-03-26
1
-2
/
+3
*
Massive enumeration name changes: a number of enums in ValueObject were not f...
Enrico Granata
2012-03-19
1
-1
/
+1
*
<rdar://problem/10997402>
Greg Clayton
2012-03-07
1
-5
/
+1
*
1) solving a bug where, after Jim's fixes to stack frames, synthetic children...
Enrico Granata
2012-03-01
1
-5
/
+5
*
Made a ModuleSpec class in Module.h which can specify a module using one or
Greg Clayton
2012-02-26
1
-36
/
+37
*
<rdar://problem/10103468>
Greg Clayton
2012-02-24
1
-14
/
+211
*
Full core file support has been added for mach-o core files.
Greg Clayton
2012-02-13
1
-13
/
+25
*
Made the "--no-inlines" option on
Sean Callanan
2012-02-11
1
-8
/
+15
*
Make the output from "target modules lookup -n"
Sean Callanan
2012-02-11
1
-1
/
+10
*
Extended function lookup to allow the user to
Sean Callanan
2012-02-10
1
-0
/
+3
*
First pass at mach-o core file support is in. It currently works for x86_64
Greg Clayton
2012-02-09
1
-6
/
+47
*
<rdar://problem/10560053>
Greg Clayton
2012-02-05
1
-84
/
+138
*
Switching back to using std::tr1::shared_ptr. We originally switched away
Greg Clayton
2012-01-29
1
-5
/
+5
*
Fixed an issue that could happen during global object destruction in our
Greg Clayton
2012-01-27
1
-3
/
+3
*
Fixed formats being able to be applied recursively when using:
Greg Clayton
2012-01-26
1
-1
/
+2
*
When doing a "target modules lookup --address <addr>", show the file address
Greg Clayton
2012-01-10
1
-5
/
+3
*
Added a new class called lldb_private::SymbolFileType which is designed to
Greg Clayton
2011-12-08
1
-37
/
+25
*
Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This
Greg Clayton
2011-12-01
1
-1
/
+1
*
I broke the test suite (4 failures) with r145459 check-in.
Johnny Chen
2011-11-30
1
-0
/
+1
*
Remove possible cut-and-paste code which doesn't belong.
Johnny Chen
2011-11-29
1
-7
/
+1
*
Fixed an issue with the pthread_setspecific() where we weren't NULL-ing out
Greg Clayton
2011-11-17
1
-1
/
+1
*
<rdar://problem/10338439>
Greg Clayton
2011-11-13
1
-1
/
+1
*
Fix order of arguments for target stop-hook list/delete. Having
Jason Molenda
2011-11-10
1
-4
/
+4
*
Added the ability for many of the "target modules dump xxx" commands to find
Greg Clayton
2011-11-10
1
-76
/
+97
*
warnings: Fix a bunch of -Wreorder problems.
Daniel Dunbar
2011-10-31
1
-1
/
+1
*
Added support for the new ".apple_objc" accelerator tables. These tables are
Greg Clayton
2011-10-27
1
-1
/
+1
*
Cleaned up many error codes. For any who is filling in error strings into
Greg Clayton
2011-10-26
1
-11
/
+11
*
Updated all commands that use a "--format" / "-f" options to use the new
Greg Clayton
2011-10-25
1
-4
/
+5
*
Add a "-a" option to "image list" to show the image at a given address.
Jim Ingham
2011-10-24
1
-107
/
+164
*
Moved lldb::user_id_t values to be 64 bit. This was going to be needed for
Greg Clayton
2011-10-19
1
-2
/
+2
*
Fixed a case where we might end up trying to parse a type in the DWARF parser...
Greg Clayton
2011-10-13
1
-5
/
+0
*
Revert the change to "target variable" that was causing test suite failures.
Greg Clayton
2011-10-13
1
-1
/
+1
*
Always use the full variable name when dumping globals since they might
Greg Clayton
2011-10-13
1
-1
/
+1
*
Added ClangNamespaceDecl * parameters to several
Sean Callanan
2011-10-12
1
-2
/
+3
*
Re-organized the contents of RangeMap.h to be more concise and also allow for...
Greg Clayton
2011-10-07
1
-8
/
+1
*
"target variable" will now display the current frame's compile unit globals
Greg Clayton
2011-10-05
1
-3
/
+51
*
Cleaned up the the code that figures out the inlined stack frames given a
Greg Clayton
2011-10-01
1
-1
/
+2
*
Added to the public API to allow symbolication:
Greg Clayton
2011-09-24
1
-40
/
+10
*
in CommandObjectTargetStopHookList::Execute, if we don't have a target,
Jason Molenda
2011-09-23
1
-0
/
+1
*
LookupAddressInModule: Remove a couple of the extra
Jason Molenda
2011-09-23
1
-3
/
+1
*
Converted the lldb_private::Process over to use the intrusive
Greg Clayton
2011-09-22
1
-14
/
+14
*
Change Error::SetErrorStringWithFormat() prototype to use an
Jason Molenda
2011-09-20
1
-1
/
+1
*
Removed the function:
Greg Clayton
2011-09-17
1
-1
/
+1
*
Fix the 'target variable' help syntax to output one or more <variable-name>'s.
Johnny Chen
2011-08-22
1
-0
/
+13
*
Refactoring of ValueObject::DumpValueObject and 'frame variable', 'target var...
Enrico Granata
2011-08-15
1
-12
/
+14
*
Giving a warning to the user the first time children are truncated by the new...
Enrico Granata
2011-08-12
1
-0
/
+8
[next]