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
/
Process
/
FreeBSD
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
8
-12
/
+12
*
[windows] LLDB shows the wrong values when register read is executed at a fra...
Stella Stamenova
2018-07-10
1
-8
/
+8
*
Change AddressClass type from 'enum' to 'enum class'.
Tatyana Krasnukha
2018-06-26
1
-3
/
+3
*
Normalize some lldb #include statements.
James Y Knight
2018-05-22
4
-7
/
+3
*
Enable AUTOBRIEF in doxygen configuration.
Adrian Prantl
2018-05-02
5
-43
/
+42
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
6
-88
/
+82
*
FreeBSD: propagate error to user if memory access fails
Ed Maste
2018-04-21
1
-2
/
+6
*
Another attempt to fix FreeBsd build
Pavel Labath
2018-01-10
3
-18
/
+13
*
Fix windows and freebsd builds for r322174 (Environment)
Pavel Labath
2018-01-10
1
-3
/
+2
*
Fix FreeBSD build broken by r320966
Pavel Labath
2017-12-18
1
-25
/
+22
*
Move PseudoTerminal to the lldb_private namespace
Pavel Labath
2017-12-11
1
-1
/
+1
*
Kill struct IOVEC
Pavel Labath
2017-12-01
2
-0
/
+5
*
Fix netbsd, freebsd and osx builds for ArchSpec move
Pavel Labath
2017-11-13
1
-1
/
+1
*
[FreeBSD] Remove more dead code. NFCI.
Davide Italiano
2017-10-24
1
-26
/
+0
*
Report inferior signals as signals, not exceptions, on FreeBSD
Ed Maste
2017-08-10
4
-50
/
+12
*
Use llvm::sys::RetryAfterSignal instead of a manual while errno!=EINTR loop
Pavel Labath
2017-07-03
1
-18
/
+6
*
replace uses of strerror with llvm::sys::StrError
Pavel Labath
2017-06-06
1
-4
/
+3
*
FreeBSD ProcessMonitor: map TRAP_CAP to a trace trap
Ed Maste
2017-05-26
1
-0
/
+4
*
Rename Error -> Status.
Zachary Turner
2017-05-12
9
-108
/
+110
*
Remove Plugins/Process/POSIX from include_directories
Pavel Labath
2017-04-11
5
-20
/
+8
*
Try to fix FreeBSD build after IWYU changes.
Zachary Turner
2017-04-06
1
-0
/
+1
*
Fix a typo introduce in r299200.
Nitesh Jain
2017-04-05
1
-1
/
+1
*
[LLDB][MIPS] Core Dump Support.
Nitesh Jain
2017-03-31
1
-0
/
+3
*
Move FileSpec from Host -> Utility.
Zachary Turner
2017-03-22
2
-2
/
+2
*
Fix FreeBSD build broken by r298066
Pavel Labath
2017-03-17
1
-2
/
+4
*
Move GetAuxvData from Host to relevant process plugins
Pavel Labath
2017-03-17
1
-9
/
+18
*
One more attempt to fix FreeBSD
Pavel Labath
2017-03-17
1
-0
/
+4
*
Speculative build fix for FreeBSD
Pavel Labath
2017-03-17
1
-1
/
+3
*
Remove HostThreadLinux/Free/NetBSD
Pavel Labath
2017-03-17
1
-3
/
+35
*
Resubmit FileSystem changes.
Zachary Turner
2017-03-08
1
-3
/
+4
*
Revert "Use LLVM for all stat-related functionality."
Pavel Labath
2017-03-07
1
-4
/
+3
*
Fix FreeBSD build.
Zachary Turner
2017-03-07
1
-2
/
+3
*
Use LLVM for all stat-related functionality.
Zachary Turner
2017-03-07
1
-2
/
+2
*
Move DataBuffer / DataExtractor and friends from Core -> Utility.
Zachary Turner
2017-03-04
5
-5
/
+5
*
Merge Linux and FreeBSD arm register contexts
Pavel Labath
2017-02-27
1
-2
/
+2
*
Switch "posix" to the new log channel registration mechanism
Pavel Labath
2017-02-23
1
-1
/
+0
*
Finish breaking the dependency from Utility.
Zachary Turner
2017-02-16
1
-1
/
+1
*
Remove the verbose category in the posix channel
Pavel Labath
2017-02-06
2
-17
/
+7
*
Switch std::call_once to llvm::call_once
Kamil Rytarowski
2017-02-06
1
-2
/
+4
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
[CMake] [3/4] Update a batch of plugins
Chris Bieneman
2017-01-31
1
-1
/
+13
*
FreeBSD ARM support for software single step
Ed Maste
2017-01-24
3
-7
/
+231
*
[lldb] Fix typos in file headers
Alexander Shaposhnikov
2016-11-26
3
-6
/
+6
*
Merge Linux and FreeBSD arm64 register contexts
Pavel Labath
2016-11-25
1
-2
/
+2
*
Revert unwanted changes in lldb when updating llvm::Error()
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
19
-4982
/
+4053
*
second pass over removal of Mutex and Condition
Saleem Abdulrasool
2016-05-19
1
-7
/
+7
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
4
-8
/
+10
*
Generalize child process monitoring functions
Pavel Labath
2016-05-11
2
-10
/
+8
[next]