summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Platform/FreeBSD
Commit message (Expand)AuthorAgeFilesLines
* [lldb/Host] Use cmakedefine01 for LLDB_ENABLE_POSIXJonas Devlieghere2019-12-131-2/+2
* [lldb] NFC modernize codebase with modernize-use-nullptrKonrad Kleine2019-05-231-2/+2
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-102-7/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-1/+1
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* [NFC] Turn "load dependent files" boolean into an enumJonas Devlieghere2018-09-201-3/+3
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* Change AddressClass type from 'enum' to 'enum class'.Tatyana Krasnukha2018-06-261-4/+4
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-16/+13
* Make i386-*-freebsd expression work on JIT pathEd Maste2017-08-162-5/+13
* Rename Error -> Status.Zachary Turner2017-05-122-6/+6
* [LLDB] OpenBSD supportKamil Rytarowski2017-03-261-1/+1
* Move FileSpec from Host -> Utility.Zachary Turner2017-03-221-1/+1
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Synchronize PlatformFreeBSD with LinuxEd Maste2017-02-072-278/+91
* Push down more common code into PlatformPOSIXPavel Labath2017-02-032-51/+0
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* Unify PlatformPOSIX::ResolveExecutablePavel Labath2017-02-022-110/+0
* [CMake] [3/4] Update a batch of pluginsChris Bieneman2017-01-311-1/+7
* FreeBSD ARM support for software single stepEd Maste2017-01-241-0/+6
* Change CreateTarget and dependents to accept StringRef.Zachary Turner2016-11-181-3/+3
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-1/+1
* Prevent at compile time converting from Error::success() to Expected<T>Mehdi Amini2016-11-111-1/+1
* Make the Error class constructor protectedMehdi Amini2016-11-111-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-062-686/+537
* Fix all of the unannotated switch cases to annotate the fall through or do th...Greg Clayton2016-02-261-2/+1
* Refactor GetSoftwareBreakpointTrapOpcodeAidan Dodds2016-02-221-65/+13
* Remove autoconf support from source directories.Eugene Zelenko2016-01-281-14/+0
* Fix Clang-tidy modernize-use-override warnings in source/Plugins/LanguageRunt...Eugene Zelenko2015-10-271-9/+4
* [cmake] Remove LLVM_NO_RTTI.Bruce Mitchener2015-09-031-2/+0
* Move PlatformFreeBSD to its own namespaceEd Maste2015-07-022-156/+162
* Refactor many file functions to use FileSpec over strings.Chaoren Lin2015-05-292-12/+12
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Add thumb breakpoint for FreeBSD (currently disabled)Ed Maste2015-05-281-3/+24
* Sync PlatformFreeBSD::GetSupportedArchitectureAtIndex with PlatformLinuxEd Maste2015-05-261-13/+45
* Add mips64el trap opcode to PlatformFreeBSD as wellEd Maste2015-05-131-0/+7
* Restore breaks lost in shuffling GetSoftwareBreakpointTrapOpcodeEd Maste2015-05-131-0/+3
* Add AArch64 and MIPS breakpoint opcodes and sort casesEd Maste2015-05-131-6/+18
* Initial FreeBSD/arm live debugging supportEd Maste2015-05-131-0/+6
* Rearrange PlatformFreeBSD to match PlatformLinuxEd Maste2015-05-131-134/+134
* Remove Triple Vendor check when creating FreeBSD PlatformEd Maste2015-05-121-27/+5
* Fix some -Winconsistent-missing-override warnings (& some particularly weird ...David Blaikie2015-03-241-52/+52
* Fetch module specification from remote process alsoTamas Berghammer2015-03-242-1/+5
* Extend Platform(s) in order to cache remote executables using ModuleCache and...Oleksiy Vyalov2015-03-131-3/+1
* Add Utility/ModuleCache class and integrate it with PlatformGDBRemoteServer -...Oleksiy Vyalov2015-03-102-0/+17
* Don't #include FormatManager.h from Debugger.hZachary Turner2015-03-031-0/+2
* Add Initialize/Terminate method to Platform base pluginTamas Berghammer2015-02-121-0/+4
* Fixed more fallout from running the test suite remotely on iOS devices.Greg Clayton2014-11-172-36/+28
* Fix some bugs from D5988Justin Hibbits2014-10-311-7/+7
OpenPOWER on IntegriCloud