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
*
[NFC] Fix typo in the "kind" description for the software single-step breakpoint
Tatyana Krasnukha
2019-09-24
1
-1
/
+1
*
[Logging] Replace Log::Printf with LLDB_LOG macro (NFC)
Jonas Devlieghere
2019-07-24
1
-32
/
+26
*
Add support to read aux vector values
Antonio Afonso
2019-06-11
1
-2
/
+2
*
Simplify ArchSpec::IsMIPS()
Fangrui Song
2019-05-16
1
-5
/
+1
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-5
/
+0
*
Replace 'ap' with 'up' suffix in variable names. (NFC)
Jonas Devlieghere
2019-02-13
1
-10
/
+10
*
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
-4
/
+0
*
[FileSystem] Add convenience method to check for directories.
Jonas Devlieghere
2018-11-08
1
-2
/
+1
*
[LLDB] Fix FreeBSD/Darwin build
David Carlier
2018-11-04
1
-4
/
+6
*
[FileSystem] Move path resolution logic out of FileSpec
Jonas Devlieghere
2018-11-01
1
-2
/
+1
*
[FileSystem] Fix typo in ProcessFreeBSD
Jonas Devlieghere
2018-11-01
1
-1
/
+1
*
[FileSystem] Fix Exists call sites
Jonas Devlieghere
2018-11-01
1
-1
/
+2
*
Replace boolean parameter with enum value according r342633
Tatyana Krasnukha
2018-09-25
1
-2
/
+2
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-3
/
+3
*
Change AddressClass type from 'enum' to 'enum class'.
Tatyana Krasnukha
2018-06-26
1
-3
/
+3
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-12
/
+12
*
Another attempt to fix FreeBsd build
Pavel Labath
2018-01-10
1
-1
/
+1
*
Fix windows and freebsd builds for r322174 (Environment)
Pavel Labath
2018-01-10
1
-3
/
+2
*
[FreeBSD] Remove more dead code. NFCI.
Davide Italiano
2017-10-24
1
-26
/
+0
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-49
/
+51
*
Remove Plugins/Process/POSIX from include_directories
Pavel Labath
2017-04-11
1
-1
/
+1
*
Try to fix FreeBSD build after IWYU changes.
Zachary Turner
2017-04-06
1
-0
/
+1
*
Move FileSpec from Host -> Utility.
Zachary Turner
2017-03-22
1
-1
/
+1
*
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
*
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
*
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
[next]