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
/
ProcessMonitor.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb] Add missing EINTR handling
Michal Gorny
2019-03-21
1
-1
/
+2
*
Bring Doxygen comment syntax in sync with LLVM coding style.
Adrian Prantl
2019-03-11
1
-18
/
+18
*
[LLDB] FreeBSD suppress compilation warning
David Carlier
2019-01-31
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-3
/
+0
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-2
/
+2
*
Enable AUTOBRIEF in doxygen configuration.
Adrian Prantl
2018-05-02
1
-29
/
+29
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-25
/
+24
*
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
1
-14
/
+9
*
Move PseudoTerminal to the lldb_private namespace
Pavel Labath
2017-12-11
1
-1
/
+1
*
Report inferior signals as signals, not exceptions, on FreeBSD
Ed Maste
2017-08-10
1
-1
/
+3
*
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
1
-19
/
+19
*
Remove Plugins/Process/POSIX from include_directories
Pavel Labath
2017-04-11
1
-1
/
+1
*
Finish breaking the dependency from Utility.
Zachary Turner
2017-02-16
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
FreeBSD ARM support for software single step
Ed Maste
2017-01-24
1
-5
/
+13
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-1159
/
+985
*
remove use of Mutex in favour of std::{,recursive_}mutex
Saleem Abdulrasool
2016-05-18
1
-1
/
+1
*
Generalize child process monitoring functions
Pavel Labath
2016-05-11
1
-8
/
+7
*
[FreeBSD] Use a cast sledgehammer to placate newer versions of clang.
Davide Italiano
2016-01-04
1
-2
/
+2
*
Remove POSIX thread/process abstraction
Ed Maste
2015-07-28
1
-3
/
+3
*
Fix FreeBSD build.
Chaoren Lin
2015-07-14
1
-3
/
+3
*
Reduce FreeBSD log spam
Ed Maste
2015-06-24
1
-4
/
+2
*
Refactor many file functions to use FileSpec over strings.
Ed Maste
2015-06-01
1
-28
/
+29
*
Move debug register output into __amd64__ (FreeBSD)
Ed Maste
2015-03-27
1
-2
/
+0
*
Use POSIX pid_t and not lldb::pid_t.
Davide Italiano
2015-03-22
1
-1
/
+1
*
Fix FreeBSD build after r231145
Ed Maste
2015-03-03
1
-0
/
+1
*
Fix TestProcesslaunch regression caused by D7372
Pavel Labath
2015-02-06
1
-5
/
+4
*
Avoid leakage of file descriptors in LLDB (apply r228130 to FreeBSD)
Ed Maste
2015-02-05
1
-1
/
+9
*
Share crash information between LLGS and local POSIX debugging with
Chaoren Lin
2015-02-03
1
-156
/
+8
*
Add test for denied process attach by pid and fix found bugs in Process/Proce...
Oleksiy Vyalov
2014-11-19
1
-9
/
+5
*
Improve PowerPC unwind support
Justin Hibbits
2014-11-12
1
-3
/
+8
*
First cut of PowerPC(64) support in LLDB.
Justin Hibbits
2014-10-31
1
-0
/
+2
*
Fix FreeBSD build.
Zachary Turner
2014-09-30
1
-6
/
+6
*
Create a HostThread abstraction.
Zachary Turner
2014-09-09
1
-24
/
+15
*
Fix Linux to respect ASLR settings when launching processes to debug locally ...
Todd Fiala
2014-08-17
1
-0
/
+1
*
Avoid passing null signal name for Log %s argument
Ed Maste
2014-05-28
1
-3
/
+7
*
Implement ProcessMonitor::Kill for FreeBSD
Ed Maste
2014-04-01
1
-2
/
+2
*
Correct copy-and-pasted comments for DetachOperation
Ed Maste
2014-03-17
1
-1
/
+1
*
FreeBSD hardware watchpoint implementation
Ed Maste
2014-02-19
1
-3
/
+108
*
If setgid fails for any reason, exit lldb.
Ed Maste
2014-02-04
1
-2
/
+7
*
Threaded inferior support for FreeBSD
Ed Maste
2013-12-09
1
-18
/
+75
*
Fix compile warnings
Ed Maste
2013-11-25
1
-2
/
+2
*
Remove unused variable
Ed Maste
2013-11-25
1
-2
/
+0
*
PT_CONTINUE and PT_STEP are process-scope on FreeBSD
Ed Maste
2013-11-25
1
-14
/
+14
*
Fix the format warnings.
Sylvestre Ledru
2013-10-31
1
-2
/
+2
[next]