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
/
Plugins
/
Platform
/
Linux
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-1
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-19
/
+16
*
Move PseudoTerminal to the lldb_private namespace
Pavel Labath
2017-12-11
1
-1
/
+1
*
Make i386-*-freebsd expression work on JIT path
Ed Maste
2017-08-16
2
-5
/
+11
*
Rename Error -> Status.
Zachary Turner
2017-05-12
2
-3
/
+3
*
Move FileSpec from Host -> Utility.
Zachary Turner
2017-03-22
1
-1
/
+1
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Switch PlatformLinux to LLDB_LOG
Pavel Labath
2017-02-06
1
-83
/
+21
*
Clean up PlatformLinux code
Pavel Labath
2017-02-05
2
-70
/
+1
*
Push down more common code into PlatformPOSIX
Pavel Labath
2017-02-03
2
-66
/
+0
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-2
/
+2
*
Unify PlatformPOSIX::ResolveExecutable
Pavel Labath
2017-02-02
2
-129
/
+0
*
[CMake] [3/4] Update a batch of plugins
Chris Bieneman
2017-01-31
1
-1
/
+9
*
Convert most of the Process class to Timeout<>
Pavel Labath
2016-11-30
1
-1
/
+1
*
Change CreateTarget and dependents to accept StringRef.
Zachary Turner
2016-11-18
1
-2
/
+2
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-3
/
+3
*
Prevent at compile time converting from Error::success() to Expected<T>
Mehdi Amini
2016-11-11
1
-1
/
+1
*
Make the Error class constructor protected
Mehdi Amini
2016-11-11
1
-1
/
+1
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
2
-697
/
+610
*
Clean up vestigial remnants of locking primitives
Saleem Abdulrasool
2016-07-28
1
-1
/
+2
*
Revert r273524, it may have been the cause of a linux testbot failure
Jason Molenda
2016-06-23
1
-1
/
+1
*
Do some minor renames of "Mac OS X" to "macOS".
Jason Molenda
2016-06-23
1
-1
/
+1
*
Support Linux on SystemZ as platform
Ulrich Weigand
2016-04-14
1
-0
/
+1
*
Change over the broadcaster/listener process to hold shared or weak pointers
Jim Ingham
2016-03-07
1
-3
/
+3
*
Refactor GetSoftwareBreakpointTrapOpcode
Aidan Dodds
2016-02-22
2
-96
/
+0
*
Revert "Use BKPT instead of UDF for arm/thumb breakpoints"
Tamas Berghammer
2016-02-16
1
-2
/
+4
*
Use BKPT instead of UDF for arm/thumb breakpoints
Tamas Berghammer
2016-02-10
1
-4
/
+2
*
Remove autoconf support from source directories.
Eugene Zelenko
2016-01-28
1
-14
/
+0
*
Fix Clang-tidy modernize-use-override warnings in source/Plugins/LanguageRunt...
Eugene Zelenko
2015-10-27
2
-17
/
+9
*
Fix breakpoint opcode calculation on Linux
Tamas Berghammer
2015-10-01
1
-2
/
+9
*
[cmake] Remove LLVM_NO_RTTI.
Bruce Mitchener
2015-09-03
1
-2
/
+0
*
Add functionality to the platforms to figure out the proper name for a dynami...
Enrico Granata
2015-08-27
2
-0
/
+14
*
Use target.exec-search-paths setting when resolving executable path for remot...
Oleksiy Vyalov
2015-07-14
1
-1
/
+1
*
Refactor Unix signals.
Chaoren Lin
2015-07-14
1
-3
/
+0
*
Avoid going through Platform when creating a NativeProcessProtocol instance
Pavel Labath
2015-07-09
2
-68
/
+0
*
Revert r241672, which breaks the OS X build by introducing a dependency on
Sean Callanan
2015-07-08
2
-0
/
+68
*
Avoid going through Platform when creating a NativeProcessProtocol instance
Pavel Labath
2015-07-08
2
-68
/
+0
*
Fix typos
Bruce Mitchener
2015-07-02
1
-1
/
+1
*
[LLDB][MIPS] Getting correct flags for MIPS
Mohit K. Bhakkad
2015-06-30
2
-3
/
+12
*
Remove old local-only linux debugging code
Pavel Labath
2015-06-24
2
-42
/
+1
*
[MIPS][lldb-server] Add 32-bit register context and read/write FP registers o...
Sagar Thakur
2015-06-03
1
-0
/
+2
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Assembly profiler for mips32
Bhushan D. Attarde
2015-05-15
1
-0
/
+2
*
Change Linux Platform to support non-host Linux architectures
Ted Woodward
2015-05-13
1
-0
/
+24
*
Call remote platform GetSupportedArchitectureAtIndex if connected to remote.
Robert Flack
2015-05-12
1
-9
/
+27
*
Remove Triple Vendor check when creating Linux Platform
Ted Woodward
2015-05-11
1
-27
/
+6
*
Convert mmap options for target in InferiorCallMmap.
Robert Flack
2015-05-09
2
-16
/
+28
*
Fix breakpoint trap opcode detection for arm linux
Tamas Berghammer
2015-04-15
1
-2
/
+1
*
[LLDB][MIPS] Add LinuxSignals for mips64 and change trap opcode for mips64el.
Mohit K. Bhakkad
2015-04-09
1
-1
/
+7
*
Fix Windows build after r233679
Tamas Berghammer
2015-03-31
1
-3
/
+2
[next]