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
/
FreeBSD
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIX
Jonas Devlieghere
2019-12-13
1
-2
/
+2
*
[lldb] NFC modernize codebase with modernize-use-nullptr
Konrad Kleine
2019-05-23
1
-2
/
+2
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
2
-7
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
2
-8
/
+6
*
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
-3
/
+3
*
Move RegisterValue,Scalar,State from Core to Utility
Pavel Labath
2018-08-07
1
-1
/
+1
*
Change AddressClass type from 'enum' to 'enum class'.
Tatyana Krasnukha
2018-06-26
1
-4
/
+4
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-16
/
+13
*
Make i386-*-freebsd expression work on JIT path
Ed Maste
2017-08-16
2
-5
/
+13
*
Rename Error -> Status.
Zachary Turner
2017-05-12
2
-6
/
+6
*
[LLDB] OpenBSD support
Kamil Rytarowski
2017-03-26
1
-1
/
+1
*
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
*
Synchronize PlatformFreeBSD with Linux
Ed Maste
2017-02-07
2
-278
/
+91
*
Push down more common code into PlatformPOSIX
Pavel Labath
2017-02-03
2
-51
/
+0
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-1
/
+1
*
Unify PlatformPOSIX::ResolveExecutable
Pavel Labath
2017-02-02
2
-110
/
+0
*
[CMake] [3/4] Update a batch of plugins
Chris Bieneman
2017-01-31
1
-1
/
+7
*
FreeBSD ARM support for software single step
Ed Maste
2017-01-24
1
-0
/
+6
*
Change CreateTarget and dependents to accept StringRef.
Zachary Turner
2016-11-18
1
-3
/
+3
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-1
/
+1
*
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
-686
/
+537
*
Fix all of the unannotated switch cases to annotate the fall through or do th...
Greg Clayton
2016-02-26
1
-2
/
+1
*
Refactor GetSoftwareBreakpointTrapOpcode
Aidan Dodds
2016-02-22
1
-65
/
+13
*
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
1
-9
/
+4
*
[cmake] Remove LLVM_NO_RTTI.
Bruce Mitchener
2015-09-03
1
-2
/
+0
*
Move PlatformFreeBSD to its own namespace
Ed Maste
2015-07-02
2
-156
/
+162
*
Refactor many file functions to use FileSpec over strings.
Chaoren Lin
2015-05-29
2
-12
/
+12
*
Don't #include "lldb-python.h" from anywhere.
Zachary Turner
2015-05-29
1
-2
/
+0
*
Add thumb breakpoint for FreeBSD (currently disabled)
Ed Maste
2015-05-28
1
-3
/
+24
*
Sync PlatformFreeBSD::GetSupportedArchitectureAtIndex with PlatformLinux
Ed Maste
2015-05-26
1
-13
/
+45
*
Add mips64el trap opcode to PlatformFreeBSD as well
Ed Maste
2015-05-13
1
-0
/
+7
*
Restore breaks lost in shuffling GetSoftwareBreakpointTrapOpcode
Ed Maste
2015-05-13
1
-0
/
+3
*
Add AArch64 and MIPS breakpoint opcodes and sort cases
Ed Maste
2015-05-13
1
-6
/
+18
*
Initial FreeBSD/arm live debugging support
Ed Maste
2015-05-13
1
-0
/
+6
*
Rearrange PlatformFreeBSD to match PlatformLinux
Ed Maste
2015-05-13
1
-134
/
+134
*
Remove Triple Vendor check when creating FreeBSD Platform
Ed Maste
2015-05-12
1
-27
/
+5
*
Fix some -Winconsistent-missing-override warnings (& some particularly weird ...
David Blaikie
2015-03-24
1
-52
/
+52
*
Fetch module specification from remote process also
Tamas Berghammer
2015-03-24
2
-1
/
+5
*
Extend Platform(s) in order to cache remote executables using ModuleCache and...
Oleksiy Vyalov
2015-03-13
1
-3
/
+1
*
Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...
Oleksiy Vyalov
2015-03-10
2
-0
/
+17
*
Don't #include FormatManager.h from Debugger.h
Zachary Turner
2015-03-03
1
-0
/
+2
*
Add Initialize/Terminate method to Platform base plugin
Tamas Berghammer
2015-02-12
1
-0
/
+4
*
Fixed more fallout from running the test suite remotely on iOS devices.
Greg Clayton
2014-11-17
2
-36
/
+28
*
Fix some bugs from D5988
Justin Hibbits
2014-10-31
1
-7
/
+7
[next]