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
/
ProcessFreeBSD.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Switch "posix" to the new log channel registration mechanism
Pavel Labath
2017-02-23
1
-1
/
+0
*
Remove the verbose category in the posix channel
Pavel Labath
2017-02-06
1
-13
/
+5
*
Switch std::call_once to llvm::call_once
Kamil Rytarowski
2017-02-06
1
-2
/
+4
*
FreeBSD ARM support for software single step
Ed Maste
2017-01-24
1
-1
/
+199
*
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
1
-803
/
+673
*
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
1
-3
/
+3
*
Change over the broadcaster/listener process to hold shared or weak pointers
Jim Ingham
2016-03-07
1
-4
/
+4
*
Make lldb::endian::InlHostByteOrder() private.
Bruce Mitchener
2015-11-07
1
-1
/
+1
*
Remove long-forgotten plugin virtuals.
Bruce Mitchener
2015-10-09
1
-17
/
+0
*
Try to fix FreeBSD build.
Zachary Turner
2015-09-02
1
-12
/
+12
*
Avoid usage of F_DUPFD_CLOEXEC where not available (e.g. kfreebsd*)
Sylvestre Ledru
2015-08-28
1
-0
/
+14
*
Remove eNewThreadMessage from FreeBSD process monitor
Ed Maste
2015-07-28
1
-14
/
+1
*
Remove POSIX thread/process abstraction
Ed Maste
2015-07-28
1
-11
/
+796
*
Sprinkle some #include <mutex> in files that use std::call_once.
Benjamin Kramer
2015-04-03
1
-0
/
+2
*
[Plugin/Process] Use std::call_once() to initialize.
Davide Italiano
2015-04-03
1
-5
/
+3
*
Initialize ProcessGDBRemoteLog for LLGS to fix remote platform logging
Robert Flack
2015-03-11
1
-8
/
+1
*
use std::atomic<> to protect variables being accessed by multiple threads
Todd Fiala
2014-09-15
1
-2
/
+1
*
Consolidate UnixSignals setting/getting in Process.
Todd Fiala
2014-08-29
1
-2
/
+12
*
Fix format string for 32bit systems.
Joerg Sonnenberger
2014-05-02
1
-1
/
+1
*
Move calls to DisableAllBreakpointSites() and m_thread_list.DiscardThreadPlan...
Andrew MacPherson
2014-03-25
1
-2
/
+0
*
Restore signal delivery to the inferior on FreeBSD
Ed Maste
2014-02-28
1
-6
/
+5
*
Disable breakpoint sites upon detach on FreeBSD
Ed Maste
2014-02-19
1
-0
/
+2
*
Threaded inferior support for FreeBSD
Ed Maste
2013-12-09
1
-19
/
+126
*
Clean up warnings in ProcessFreeBSD::UpdateThreadList
Ed Maste
2013-08-30
1
-3
/
+2
*
Move detach to FreeBSD- and Linux-specific classes.
Ed Maste
2013-08-30
1
-0
/
+18
*
Fix FreeBSD build after r189295
Ed Maste
2013-08-29
1
-1
/
+1
*
fix FreeBSD build error
Daniel Malea
2013-08-29
1
-1
/
+1
*
merge lldb-platform-work branch (and assorted fixes) into trunk
Daniel Malea
2013-08-26
1
-4
/
+23
*
<rdar://problem/13854277>
Greg Clayton
2013-05-10
1
-10
/
+5
*
Patch from Viktor Kutuzov <vkutuzov@accesssoftek.com>:
Johnny Chen
2012-04-14
1
-4
/
+0
*
Remove the GetSequenceMutex timeout that isn't being used in the GDB remote p...
Greg Clayton
2012-04-12
1
-2
/
+2
*
Patch from Pawel Worach to make FreeBSD work again after ModuleSpec changes.
Greg Clayton
2012-02-27
1
-3
/
+8
*
Fix incomplete commit of http://llvm.org/viewvc/llvm-project?rev=147609&view=...
Johnny Chen
2012-01-05
1
-0
/
+136