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
*
[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
2
-22
/
+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
2
-7
/
+0
*
Add ability to import std module into expression parser to improve C++ debugging
Raphael Isemann
2019-03-12
2
-0
/
+22
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
2
-8
/
+6
*
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
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
[next]