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
*
Revert "Fix broken tests due to new error output."
Zachary Turner
2014-07-09
1
-46
/
+46
*
Fix broken tests due to new error output.
Todd Fiala
2014-07-08
1
-46
/
+46
*
Adds the notion of an OptionValidator.
Zachary Turner
2014-07-03
1
-46
/
+46
*
lldb TOT is dropping the last entry for multi-line IOHandlers that use the IO...
Greg Clayton
2014-05-08
1
-1
/
+1
*
"DONE" is being left in multi-line results when it shouldn't for non terminal...
Greg Clayton
2014-05-02
1
-1
/
+1
*
sweep up -Wformat warnings from gcc
Saleem Abdulrasool
2014-04-04
1
-309
/
+278
*
Cleanup some dead assignements reported by scan-build
Arnaud A. de Grandmaison
2014-03-22
1
-2
/
+0
*
create constants for multichar constants
Saleem Abdulrasool
2014-03-18
1
-2
/
+9
*
"size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf styl...
Greg Clayton
2014-03-03
1
-1
/
+1
*
Fix Windows build using portable types for formatting the log outputs
Deepak Panickal
2014-03-03
1
-7
/
+7
*
Modified ObjectFile::SetLoadAddress() to now be:
Greg Clayton
2014-02-07
1
-1
/
+2
*
Merging the iohandler branch back into main.
Greg Clayton
2014-01-27
1
-106
/
+50
*
For logical backtrace work, lldb needs to track Module unloads etc & symoblic...
Greg Clayton
2013-12-06
1
-0
/
+1
*
Added Iterable, a class that vends standard C++
Sean Callanan
2013-11-06
1
-3
/
+1
*
Roll back the changes I made in r193907 which created a new Frame
Jason Molenda
2013-11-04
1
-4
/
+4
*
Add a new base class, Frame. It is a pure virtual function which
Jason Molenda
2013-11-02
1
-4
/
+4
*
<rdar://problem/14393032>
Enrico Granata
2013-09-30
1
-5
/
+3
*
When target module add/SBTarget::AddModule()'ing, if an architecture isn't sp...
Jason Molenda
2013-09-11
1
-0
/
+2
*
Add OptionParser.h
Virgile Bello
2013-09-05
1
-41
/
+41
*
merge lldb-platform-work branch (and assorted fixes) into trunk
Daniel Malea
2013-08-26
1
-2
/
+71
*
add error checking and messages to 'target modules show-unwind' command
Michael Sartain
2013-08-22
1
-0
/
+18
*
Fixed GetModuleSpecifications() to work better overall:
Greg Clayton
2013-07-12
1
-1
/
+1
*
Add a -remote-file option to “target create” to specify the location of t...
Jim Ingham
2013-07-11
1
-2
/
+15
*
Cleanup on the unified section list changes. Main changes are:
Greg Clayton
2013-07-10
1
-2
/
+2
*
Split symbol support for ELF and Linux.
Michael Sartain
2013-07-01
1
-18
/
+14
*
Fix the help for "image dump line-table" - its arguments are compilation unit...
Jim Ingham
2013-06-18
1
-1
/
+1
*
Improving the previous checkin about target.load-script-from-symbol-file
Enrico Granata
2013-05-21
1
-1
/
+4
*
Forgot to check for empty error strings in the previous checkin
Enrico Granata
2013-05-20
1
-1
/
+1
*
<rdar://problem/11398407>
Greg Clayton
2013-05-18
1
-1
/
+1
*
<rdar://problem/13128331>
Greg Clayton
2013-05-15
1
-1
/
+48
*
<rdar://problem/13183720>
Enrico Granata
2013-05-13
1
-0
/
+4
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-1
/
+1
*
A few small fixes to make things like image list not
Jason Molenda
2013-05-06
1
-6
/
+3
*
Remove the UUID::GetAsCString() method which required a buffer to save the
Jason Molenda
2013-05-03
1
-8
/
+6
*
Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...
Greg Clayton
2013-04-29
1
-34
/
+21
*
Add a new -a / --address argument to image show-unwind to get the
Jason Molenda
2013-04-23
1
-60
/
+82
*
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
/
+1
*
<rdar://problem/13563628>
Enrico Granata
2013-04-05
1
-1
/
+1
*
Our commands that end up displaying a ValueObject as part of their workflow u...
Enrico Granata
2013-03-26
1
-12
/
+1
*
Convert the -a option in "image lookup" to a address-expression, and pass the...
Jim Ingham
2013-03-15
1
-6
/
+8
*
Change CommandObjectTargetSymbolsAdd to require that a target exists;
Jason Molenda
2013-02-02
1
-1
/
+1
*
<rdar://problem/12552374>
Enrico Granata
2013-01-29
1
-1
/
+1
*
<rdar://problem/12524607>
Greg Clayton
2013-01-29
1
-1
/
+5
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-41
/
+41
*
<rdar://problem/12973809>
Greg Clayton
2013-01-11
1
-2
/
+24
*
Expanded the flags that can be set for a command object in lldb_private::Comm...
Greg Clayton
2013-01-09
1
-361
/
+330
*
Remove the “len” defaulted parameter from CommandReturnObject::AppendMess...
Jim Ingham
2012-12-15
1
-3
/
+3
*
Cleaned up the UUID mismatch just printing itself whenever it wants to by all...
Greg Clayton
2012-12-14
1
-1
/
+1
*
Made "target modules add" flush the process to
Sean Callanan
2012-12-13
1
-0
/
+16
[next]