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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set the default language to use when evaluating to that of the frame's CU.
Dawn Perchik
2015-09-04
1
-5
/
+8
*
[cmake] Remove LLVM_NO_RTTI.
Bruce Mitchener
2015-09-03
1
-2
/
+0
*
Purge a few places where *LanguageRuntime.h was being used when it
Jim Ingham
2015-09-03
1
-1
/
+0
*
Remove the list of all languages in the help for "help language" since
Jim Ingham
2015-09-03
1
-4
/
+0
*
Jim told me about a cleaner way to include headers from plug-ins.
Sean Callanan
2015-09-03
2
-2
/
+2
*
In preparation for factoring persistent variables into a generic part and a
Sean Callanan
2015-09-03
2
-2
/
+2
*
Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify c...
Pavel Labath
2015-09-02
28
-194
/
+130
*
Move things from the LanguageRuntime that obviously belong in the new Languag...
Jim Ingham
2015-09-02
3
-5
/
+7
*
Remove class Language - the only thing it was actually being used for is prov...
Enrico Granata
2015-08-27
1
-1
/
+0
*
Final bit of type system cleanup that abstracts declaration contexts into lld...
Greg Clayton
2015-08-24
4
-10
/
+10
*
ClangASTType is now CompilerType.
Greg Clayton
2015-08-11
4
-7
/
+7
*
First step in getting LLDB ready to support multiple different type systems.
Greg Clayton
2015-08-11
1
-1
/
+2
*
Jim suggested to use eArgTypeAddressOrExpression for the addresses that 'memo...
Enrico Granata
2015-08-03
1
-3
/
+3
*
Fix the memory find command such that it can actually take an expression
Enrico Granata
2015-08-03
1
-21
/
+11
*
Add another log to the Host channel for logging
Jason Molenda
2015-07-31
1
-0
/
+6
*
Specify a language to use when parsing expressions.
Dawn Perchik
2015-07-25
2
-7
/
+15
*
Add option eTypeOptionHideEmptyAggregates.
Siva Chandra
2015-07-24
1
-0
/
+4
*
Clean up wording in help for breakpoint --language option.
Dawn Perchik
2015-07-22
1
-1
/
+1
*
Add support for specifying a language to use when parsing breakpoints.
Dawn Perchik
2015-07-21
1
-0
/
+14
*
Fixed line wrapping for the "long help" content in LLDB commands. Content is...
Kate Stone
2015-07-14
10
-525
/
+554
*
Refactor Unix signals.
Chaoren Lin
2015-07-14
1
-22
/
+22
*
Add new bugreport command to lldb
Tamas Berghammer
2015-07-02
3
-0
/
+182
*
When the user specifies a corefile that is not readable,
Jason Molenda
2015-06-26
1
-0
/
+6
*
Resubmitting 240466 after fixing the linux test suite failures.
Greg Clayton
2015-06-25
2
-10
/
+9
*
Improve instruction emulation based stack unwinding on ARM
Tamas Berghammer
2015-06-24
1
-1
/
+1
*
Fix a variety of typos.
Bruce Mitchener
2015-06-18
2
-4
/
+4
*
Correct type in for loop to remove signedness warning
Ed Maste
2015-06-17
1
-1
/
+1
*
Enable 'command script import' to accept multiple modules to import in one in...
Enrico Granata
2015-06-16
1
-26
/
+29
*
Revert "Introduce a TypeSystem interface to support adding non-clang languages."
Pavel Labath
2015-06-08
1
-2
/
+1
*
Introduce a TypeSystem interface to support adding non-clang languages.
Pavel Labath
2015-06-08
1
-1
/
+2
*
Refactor many file functions to use FileSpec over strings.
Chaoren Lin
2015-05-29
1
-3
/
+3
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
29
-58
/
+0
*
Improve LLDB prompt handling
Pavel Labath
2015-05-27
2
-5
/
+9
*
Add support for custom commands to set flags on themselves
Enrico Granata
2015-05-27
12
-126
/
+128
*
Add real time signals support to LinuxSignals
Pavel Labath
2015-05-22
1
-3
/
+3
*
Default dst value for platform put-file.
Chaoren Lin
2015-05-20
1
-2
/
+2
*
Add --move-to-nearest-code / target.move-to-nearest-code options (attempt 2)
Ilia K
2015-05-18
1
-3
/
+28
*
Reverting r237460 to fix test failures introduced on OSX & Linux
Vince Harron
2015-05-15
1
-28
/
+3
*
Add --move-to-nearest-code / target.move-to-nearest-code options
Ilia K
2015-05-15
1
-3
/
+28
*
Remote Non-Stop Support
Ewan Crawford
2015-05-13
1
-0
/
+6
*
Fixed a ton of gcc compile warnings
Vince Harron
2015-05-13
1
-1
/
+1
*
Platform settings doesn't need permission options.
Chaoren Lin
2015-05-12
1
-3
/
+0
*
Don't call the Process::SyncIOHandler in Target::Launch
Ilia K
2015-05-07
1
-1
/
+6
*
Add language command and LanguageRuntime plugin changes to allow vending of c...
Colin Riley
2015-05-04
3
-0
/
+88
*
Change process kill to call Process::Destroy (force_kill = true);
Jason Molenda
2015-05-01
1
-1
/
+1
*
Factor resolution of abbreviations and aliases so that they can be tested dir...
Adrian McCarthy
2015-04-23
1
-1
/
+1
*
This is some groundwork for filtering the language Exception
Jim Ingham
2015-04-22
1
-9
/
+31
*
Add a "force_kill" arg to Process::Destroy(). This is needed after
Jason Molenda
2015-04-17
1
-2
/
+2
*
The last argument to CreateExceptionBreakpoint is "internal" not Hardware.
Jim Ingham
2015-04-16
1
-1
/
+1
*
Adds lldb support for querying the register mapping from gdbserver remote tar...
Colin Riley
2015-04-16
1
-1
/
+1
[next]