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
/
Core
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sure we print timestamps correctly to 9 places since we are printing nan...
Greg Clayton
2015-05-27
1
-1
/
+1
*
Make log options uniform betwwen lldb-platform and lldb-gdbserver
Tamas Berghammer
2015-05-27
2
-29
/
+35
*
Add a language log category.
Colin Riley
2015-05-27
1
-0
/
+3
*
Improve LLDB prompt handling
Pavel Labath
2015-05-27
3
-174
/
+110
*
Make StructureData objects dump themselves with correct indentation.
Greg Clayton
2015-05-27
1
-19
/
+28
*
Implement PlatformWindows::GetEnvironment.
Zachary Turner
2015-05-22
1
-0
/
+6
*
Added a new command in ProcessGDBRemote that can figure out the performance c...
Greg Clayton
2015-05-21
1
-2
/
+5
*
A previous patch made it so that ValueObjects could update themselves even in...
Enrico Granata
2015-05-19
1
-0
/
+8
*
Add --move-to-nearest-code / target.move-to-nearest-code options (attempt 2)
Ilia K
2015-05-18
1
-2
/
+4
*
Constant result ValueObjects are - well - constant
Enrico Granata
2015-05-16
1
-19
/
+21
*
Reverting r237460 to fix test failures introduced on OSX & Linux
Vince Harron
2015-05-15
1
-4
/
+2
*
Add --move-to-nearest-code / target.move-to-nearest-code options
Ilia K
2015-05-15
1
-2
/
+4
*
Fixed a ton of gcc compile warnings
Vince Harron
2015-05-13
3
-10
/
+8
*
Add Hexagon packet support to ThreadPlanStepRange
Ted Woodward
2015-05-11
1
-2
/
+49
*
Enable thread-safe logging.
Zachary Turner
2015-05-08
1
-8
/
+16
*
Add logging to ProcessWindows.
Zachary Turner
2015-05-07
1
-2
/
+10
*
Make it so that changing formats on a synthetic value object causes children ...
Enrico Granata
2015-05-07
1
-0
/
+12
*
[ValueObject::GetPointeeData] Get addr from value for eValueHostAddress values.
Siva Chandra
2015-05-05
1
-0
/
+8
*
[ValueObject] Do not return address of eValueTypeHostAddress values.
Siva Chandra
2015-05-04
1
-3
/
+5
*
Add language command and LanguageRuntime plugin changes to allow vending of c...
Colin Riley
2015-05-04
1
-1
/
+14
*
Guard against the case where the Write method is called with
Jason Molenda
2015-04-30
1
-2
/
+11
*
Remove the NullLog class introduced in r236174.
Zachary Turner
2015-04-30
2
-75
/
+0
*
Fix typo in Core/Log
Pavel Labath
2015-04-30
1
-1
/
+1
*
Fix build broken by r236174.
Zachary Turner
2015-04-29
1
-4
/
+4
*
Introduce a NullLog class, which ignores all messages.
Zachary Turner
2015-04-29
3
-115
/
+168
*
Don't print a type of variable in Address::Dump if it's unknown (i.e. nullptr)
Ilia K
2015-04-28
1
-3
/
+8
*
[LLDB][MIPS] Add MIPS32 and MIPS64 core revisions
Mohit K. Bhakkad
2015-04-23
1
-4
/
+35
*
Stop read thread of Communication on EOF
Tamas Berghammer
2015-04-20
1
-4
/
+4
*
Add a "force_kill" arg to Process::Destroy(). This is needed after
Jason Molenda
2015-04-17
1
-2
/
+2
*
Remove unneeded include.
Jason Molenda
2015-04-14
1
-4
/
+0
*
Remove unused functions that were causing warnings.
Greg Clayton
2015-04-14
1
-15
/
+0
*
Allow the variable view to get synthetic values if they are available in "gui...
Greg Clayton
2015-04-10
1
-1
/
+13
*
Cleanup virtual methods and mark them as "override" and remove "virtual".
Greg Clayton
2015-04-10
1
-90
/
+95
*
Fix Debugger::HandleProcessEvent in case when ProcessIOHandler doesn't exist
Ilia K
2015-04-09
1
-1
/
+1
*
Fix -Wformat-pedantic warnings
David Blaikie
2015-04-08
1
-3
/
+6
*
Rework LLDB system initialization.
Zachary Turner
2015-03-31
1
-30
/
+17
*
Make sure that "add-dsym" can't crash us when using it.
Greg Clayton
2015-03-31
1
-8
/
+38
*
Fix type detection for 'char' variables
Tamas Berghammer
2015-03-31
1
-0
/
+26
*
Work around lack of %zd printf format specifier in MSVC libs.
Adrian McCarthy
2015-03-30
1
-1
/
+1
*
Bug 23051 - Fix build failure on Freebsd with gcc 4.9.
Sylvestre Ledru
2015-03-28
1
-1
/
+1
*
Support for truncate/append on log files
Pavel Labath
2015-03-20
2
-1
/
+13
*
Move LLDB initialization/shutdown to Initialization.
Zachary Turner
2015-03-19
1
-24
/
+5
*
Move some functions from source/lldb.cpp to Utility.
Zachary Turner
2015-03-18
3
-1
/
+5
*
Move lldb-log.cpp to core/Logging.cpp
Zachary Turner
2015-03-18
13
-11
/
+275
*
Remove ScriptInterpreterObject.
Zachary Turner
2015-03-17
1
-1
/
+17
*
[MIPS] - Register Context for MIPS64
Mohit K. Bhakkad
2015-03-17
1
-1
/
+3
*
Make ModuleList::GetSharedModule to use module_search_paths parameter.
Oleksiy Vyalov
2015-03-16
1
-6
/
+38
*
This fixes the build I previously broke - and actually makes the test case wo...
Enrico Granata
2015-03-12
1
-24
/
+74
*
Fix a bug in the data formatters where summary strings would not look into th...
Enrico Granata
2015-03-12
1
-1
/
+1
*
Fix ProcessIO test failures
Pavel Labath
2015-03-12
1
-1
/
+33
[next]