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
/
Target
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed stdio redirection within LLDB to "do the right thing" in all cases.
Greg Clayton
2014-10-14
1
-7
/
+19
*
llgs: fixes to PTY/gdb-remote inferior stdout/stderr handling, logging addtions.
Todd Fiala
2014-10-11
2
-5
/
+56
*
Add a IsInstrumentationRuntimePresent SB API
Kuba Brecka
2014-10-11
1
-0
/
+13
*
Rework the way we pass "run multiple command" options to the various API's that
Jim Ingham
2014-10-11
1
-12
/
+11
*
LLDB AddressSanitizer instrumentation runtime plugin, breakpint on error and ...
Kuba Brecka
2014-10-10
6
-12
/
+125
*
Add a new disassembly-format specification so that the disassembler
Jason Molenda
2014-10-10
2
-2
/
+8
*
Reverse out r219169 related to quote handling.
Todd Fiala
2014-10-10
1
-16
/
+0
*
Enable local llgs debugging on Linux when the use-llgs-for-local setting is e...
Todd Fiala
2014-10-10
1
-0
/
+22
*
logging: added more logging to the Target/Platform launch & attach sequence.
Todd Fiala
2014-10-09
2
-3
/
+59
*
Minor comment change to test out svn access
Shawn Best
2014-10-08
1
-1
/
+1
*
Fix stepping over the inserted breakpoint trap when the NEXT instruction
Jim Ingham
2014-10-08
2
-22
/
+51
*
Fix spurious output to command line when launching a process on Linux.
Todd Fiala
2014-10-07
1
-4
/
+8
*
Add "target.expr-parser-compiler-args" setting.
Todd Fiala
2014-10-06
1
-0
/
+16
*
Move ConnectionFileDescriptor to platform-specific Host directory.
Zachary Turner
2014-10-06
1
-3
/
+3
*
Add a mutex lock to StackFrame to protect race conditions for
Jason Molenda
2014-10-02
1
-3
/
+20
*
Not all processes have a Dynamic Loader. Be sure to check that it exists bef...
Jim Ingham
2014-09-30
1
-1
/
+4
*
Fix cmake build for new thread plan files.
Todd Fiala
2014-09-30
1
-0
/
+1
*
This checkin is the first step in making the lldb thread stepping mechanism m...
Jim Ingham
2014-09-29
6
-67
/
+398
*
Enable llgs to build against experimental Android AOSP lldb/llvm/clang/compil...
Todd Fiala
2014-09-27
2
-5
/
+1
*
Change inline-breakpoint-strategy setting to default to eInlineBreakpointsAlw...
Todd Fiala
2014-09-24
1
-3
/
+4
*
Fix up the HostThread interface, making the interface simpler.
Zachary Turner
2014-09-23
1
-3
/
+3
*
Test suite runs better again after recent fixes that would select a platform ...
Greg Clayton
2014-09-19
2
-84
/
+124
*
If a new platform is created/selected for an architecture, make it the select...
Greg Clayton
2014-09-17
1
-0
/
+8
*
Clean-up warnings on Linux/GCC
David Majnemer
2014-09-16
2
-5
/
+12
*
use std::atomic<> to protect variables being accessed by multiple threads
Todd Fiala
2014-09-15
1
-5
/
+15
*
Fix incorrect initializer list style.
Zachary Turner
2014-09-12
1
-13
/
+13
*
Make ProcessLaunchInfo copyable.
Zachary Turner
2014-09-12
1
-16
/
+16
*
Fix the ctor ivar initialization formatting for Debugger,
Jason Molenda
2014-09-12
2
-18
/
+18
*
Create a HostThread abstraction.
Zachary Turner
2014-09-09
1
-22
/
+26
*
remove a couple of default cases from switches
Saleem Abdulrasool
2014-09-08
1
-1
/
+0
*
Implement ASan history threads in SB API
Kuba Brecka
2014-09-06
1
-0
/
+17
*
Fix CMake configuration
Reid Kleckner
2014-09-05
1
-0
/
+1
*
[lldb] Abstract a superclass for a generic thread container.
Kuba Brecka
2014-09-05
2
-21
/
+64
*
ASan malloc/free history threads
Kuba Brecka
2014-09-04
2
-0
/
+29
*
Add a new target.process.memory-cache-line-size to change the size of
Jason Molenda
2014-09-03
3
-2
/
+17
*
Consolidate UnixSignals setting/getting in Process.
Todd Fiala
2014-08-29
1
-1
/
+13
*
Add some logging around Process attaching and inferior exec handling.
Todd Fiala
2014-08-27
1
-1
/
+73
*
[dwarf] Add new language enumerations.
Bruce Mitchener
2014-08-26
1
-0
/
+3
*
Move GetUsername and GetGroupname to HostInfoPosix
Zachary Turner
2014-08-21
1
-2
/
+6
*
If an executable file is specified with no architecture and it contains more ...
Greg Clayton
2014-08-20
1
-26
/
+98
*
Move Host::GetArchitecture to HostInfo::GetArchitecture.
Zachary Turner
2014-08-20
1
-1
/
+1
*
This is a fairly bulky patch, but a lot of it involves rearranging existing code
Enrico Granata
2014-08-19
1
-0
/
+23
*
Adjust process launch --disable-aslr to take true/false value.
Todd Fiala
2014-08-19
1
-5
/
+12
*
Move some Host logic into HostInfo class.
Zachary Turner
2014-08-19
2
-8
/
+18
*
In order for the debug script filename to be valid as a module name, LLDB doe...
Enrico Granata
2014-08-16
2
-4
/
+4
*
Move FileSystem functions out of Host and into their own classes.
Zachary Turner
2014-08-15
4
-58
/
+65
*
Fix a thinko in the process list formatting.
Jim Ingham
2014-08-15
1
-6
/
+15
*
Refactor FileAction out of ProcessLaunchInfo.
Zachary Turner
2014-08-14
4
-171
/
+97
*
Fixed launching in shell on haswell enabled Macs to work more than once when ...
Greg Clayton
2014-08-12
1
-1
/
+3
*
Fix iohandler prompt race condition.
Todd Fiala
2014-08-12
2
-1
/
+37
[next]