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
/
PlatformLinux.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIX
Jonas Devlieghere
2019-12-13
1
-2
/
+2
*
[lldb] Decouple importing the std C++ module from the way the program is comp...
Raphael Isemann
2019-09-24
1
-19
/
+0
*
Support Linux signal return trampolines in frame initialization
Joseph Tremoulet
2019-07-19
1
-0
/
+2
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-2
/
+2
*
Simplify ArchSpec::IsMIPS()
Fangrui Song
2019-05-16
1
-8
/
+1
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-3
/
+0
*
Add ability to import std module into expression parser to improve C++ debugging
Raphael Isemann
2019-03-12
1
-0
/
+19
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
ProcessLaunchInfo: remove Debugger reference
Pavel Labath
2019-01-07
1
-2
/
+2
*
Simplify Boolean expressions
Jonas Devlieghere
2018-12-15
1
-1
/
+1
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
[NFC] Turn "load dependent files" boolean into an enum
Jonas Devlieghere
2018-09-20
1
-2
/
+2
*
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
1
-3
/
+7
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-2
/
+2
*
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
1
-64
/
+1
*
Push down more common code into PlatformPOSIX
Pavel Labath
2017-02-03
1
-56
/
+0
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-2
/
+2
*
Unify PlatformPOSIX::ResolveExecutable
Pavel Labath
2017-02-02
1
-125
/
+0
*
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
1
-605
/
+544
*
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
1
-92
/
+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
*
Fix Clang-tidy modernize-use-override warnings in source/Plugins/LanguageRunt...
Eugene Zelenko
2015-10-27
1
-11
/
+5
*
Fix breakpoint opcode calculation on Linux
Tamas Berghammer
2015-10-01
1
-2
/
+9
*
Add functionality to the platforms to figure out the proper name for a dynami...
Enrico Granata
2015-08-27
1
-0
/
+11
*
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
1
-57
/
+0
*
Revert r241672, which breaks the OS X build by introducing a dependency on
Sean Callanan
2015-07-08
1
-0
/
+57
*
Avoid going through Platform when creating a NativeProcessProtocol instance
Pavel Labath
2015-07-08
1
-57
/
+0
*
Fix typos
Bruce Mitchener
2015-07-02
1
-1
/
+1
*
[LLDB][MIPS] Getting correct flags for MIPS
Mohit K. Bhakkad
2015-06-30
1
-2
/
+11
*
Remove old local-only linux debugging code
Pavel Labath
2015-06-24
1
-39
/
+1
*
[MIPS][lldb-server] Add 32-bit register context and read/write FP registers o...
Sagar Thakur
2015-06-03
1
-0
/
+2
[next]