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
/
CommandObjectSource.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Resubmitting 240466 after fixing the linux test suite failures.
Greg Clayton
2015-06-25
1
-2
/
+2
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Add support for custom commands to set flags on themselves
Enrico Granata
2015-05-27
1
-1
/
+1
*
Change the default disassembly format again. First attempt at
Jason Molenda
2015-02-13
1
-1
/
+3
*
Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ
Vince Harron
2015-01-15
1
-4
/
+4
*
Add the ability to set breakpoints with conditions, commands, etc,
Jim Ingham
2014-12-06
1
-4
/
+4
*
Add a new disassembly-format specification so that the disassembler
Jason Molenda
2014-10-10
1
-1
/
+3
*
Fix the missleading indentation. Fix CID 1096300
Sylvestre Ledru
2014-08-18
1
-3
/
+3
*
Revert "Fix broken tests due to new error output."
Zachary Turner
2014-07-09
1
-12
/
+12
*
Fix broken tests due to new error output.
Todd Fiala
2014-07-08
1
-12
/
+12
*
Adds the notion of an OptionValidator.
Zachary Turner
2014-07-03
1
-12
/
+12
*
For logical backtrace work, lldb needs to track Module unloads etc & symoblic...
Greg Clayton
2013-12-06
1
-0
/
+1
*
Add OptionParser.h
Virgile Bello
2013-09-05
1
-10
/
+10
*
Fix "source list -n printf" on Linux (printf is symbol alias for __printf)
Michael Sartain
2013-07-11
1
-28
/
+96
*
<rdar://problem/13217784>
Greg Clayton
2013-05-17
1
-103
/
+171
*
<rdar://problem/13678882>
Greg Clayton
2013-04-18
1
-1
/
+2
*
<rdar://problem/13404189>
Greg Clayton
2013-03-13
1
-11
/
+27
*
<rdar://problem/13265297>
Greg Clayton
2013-02-23
1
-2
/
+2
*
<rdar://problem/12552374>
Enrico Granata
2013-01-29
1
-1
/
+1
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-7
/
+8
*
Expanded the flags that can be set for a command object in lldb_private::Comm...
Greg Clayton
2013-01-09
1
-15
/
+5
*
Add a "--reverse" or "-r" option to the "list" with no options command. This...
Jim Ingham
2013-01-09
1
-14
/
+32
*
<rdar://problem/8908550>
Greg Clayton
2012-12-07
1
-6
/
+119
*
Fix Linux build warnings due to redefinition of macros:
Daniel Malea
2012-12-05
1
-0
/
+2
*
<rdar://problem/12798131>
Greg Clayton
2012-12-04
1
-2
/
+2
*
<rdar://problem/11757916>
Greg Clayton
2012-08-29
1
-0
/
+3
*
Make raw & parsed commands subclasses of CommandObject rather than having the...
Jim Ingham
2012-06-08
1
-29
/
+21
*
Made a ModuleSpec class in Module.h which can specify a module using one or
Greg Clayton
2012-02-26
1
-6
/
+8
*
Extended function lookup to allow the user to
Sean Callanan
2012-02-10
1
-2
/
+3
*
Switching back to using std::tr1::shared_ptr. We originally switched away
Greg Clayton
2012-01-29
1
-2
/
+2
*
Missing return in error handling for "source list".
Jim Ingham
2011-11-29
1
-0
/
+1
*
"source list -n" should use eFunctionNameTypeAuto not eFunctionNameTypeBase f...
Jim Ingham
2011-11-09
1
-2
/
+2
*
Cleaned up many error codes. For any who is filling in error strings into
Greg Clayton
2011-10-26
1
-5
/
+5
*
Missed one place where we should use the target's SourceManager, not the debu...
Jim Ingham
2011-09-29
1
-1
/
+1
*
Converted the lldb_private::Process over to use the intrusive
Greg Clayton
2011-09-22
1
-5
/
+3
*
Update declarations for all functions/methods that accept printf-style
Jason Molenda
2011-09-20
1
-1
/
+1
*
Move the SourceManager from the Debugger to the Target. That way it can stor...
Jim Ingham
2011-09-08
1
-40
/
+35
*
Added new OptionGroup classes for UInt64, UUID, File and Boolean values.
Greg Clayton
2011-05-03
1
-2
/
+2
*
Fixed the SymbolContext::DumpStopContext() to correctly indent and dump
Greg Clayton
2011-04-23
1
-2
/
+4
*
Fixed an issue where breakpoint were being displayed when using the "source l...
Greg Clayton
2011-04-20
1
-1
/
+27
*
Added a new option to the "source list" command that allows us to see where
Greg Clayton
2011-04-19
1
-22
/
+51
*
Added two new classes for command options:
Greg Clayton
2011-04-13
1
-4
/
+4
*
Moved the execution context that was in the Debugger into
Greg Clayton
2011-04-12
1
-1
/
+1
*
Modified the ArchSpec to take an optional "Platform *" when setting the triple.
Greg Clayton
2011-04-07
1
-6
/
+8
*
Many improvements to the Platform base class and subclasses. The base Platform
Greg Clayton
2011-03-30
1
-4
/
+0
*
Fixed the LLDB build so that we can have private types, private enums and
Greg Clayton
2011-03-24
1
-6
/
+6
*
Moved FileSpec into the Host layer since it will vary from host to host.
Greg Clayton
2011-02-08
1
-1
/
+1
*
Changed the SymbolFile::FindFunction() function calls to only return
Greg Clayton
2011-01-27
1
-2
/
+3
*
Fixed an issue where we were resolving paths when we should have been.
Greg Clayton
2010-10-20
1
-2
/
+2
*
Modify existing commands with arguments to use the new argument mechanism
Caroline Tice
2010-10-04
1
-1
/
+13
[next]