llvm-project/lldb/source/Plugins
Ed Maste 592d29a3b9 FreeBSD: propagate error to user if memory access fails
Previously, an attempt to read an unreadable address reported zeros.
Now, if DoReadMemory or DoWriteMemory encounters error then return 0
(bytes read or written) so that the error is reported to the user.

llvm.org/pr37190

llvm-svn: 330500
2018-04-21 11:23:56 +00:00
..
ABI [lldb][PPC64] Fixed vector and struct return value 2018-02-16 09:29:41 +00:00
Architecture Re-add change for https://reviews.llvm.org/D42582 with added directories. 2018-03-12 21:17:04 +00:00
Disassembler Check existence of each required component during construction of LLVMCDisassembler. 2018-01-11 12:06:22 +00:00
DynamicLoader Advanced guessing of rendezvous breakpoint (resubmit) 2018-01-11 03:46:35 +00:00
ExpressionParser Use the DWARF linkage name when importing C++ methods. 2018-03-27 19:40:50 +00:00
Instruction [LLDB] Initial version of PPC64 InstEmulation 2018-02-27 18:42:46 +00:00
InstrumentationRuntime Upstreaming a patch from Github: When evaluation user expressions, ignore InstrumentationRuntime breakpoints. (#235) 2017-07-13 04:35:27 +00:00
JITLoader Rename Error -> Status. 2017-05-12 04:51:55 +00:00
Language [DataFormatters] Implement summary for __NSDictionary0. 2018-03-14 23:09:36 +00:00
LanguageRuntime Move Args.cpp from Interpreter to Utility 2018-04-17 18:53:35 +00:00
MemoryHistory Rename Error -> Status. 2017-05-12 04:51:55 +00:00
ObjectContainer Move ArchSpec to the Utility module 2017-11-13 16:16:33 +00:00
ObjectFile Re-land: [lldb] Use vFlash commands when writing to target's flash memory regions 2018-03-20 11:56:24 +00:00
OperatingSystem Prevent deadlock in OS Plugins 2018-04-13 10:25:23 +00:00
Platform Change PlatformPosix::DoLoadImage to use a UtilityFunction. 2018-04-17 20:44:47 +00:00
Process FreeBSD: propagate error to user if memory access fails 2018-04-21 11:23:56 +00:00
ScriptInterpreter s/LLVM_ON_WIN32/_WIN32/, lldb 2018-04-10 13:33:45 +00:00
StructuredData Move Args::StringTo*** functions to a new OptionArgParser class 2018-04-10 09:03:59 +00:00
SymbolFile Fix a crash when resolving overloads of C++ virtual methods. 2018-04-20 17:14:05 +00:00
SymbolVendor We have two sources for path remapping information that we get out 2018-01-12 22:42:45 +00:00
SystemRuntime Move StructuredData from Core to Utility 2017-06-27 10:45:31 +00:00
UnwindAssembly Move ArchSpec to the Utility module 2017-11-13 16:16:33 +00:00
CMakeLists.txt Move StopInfoOverride callback to the new architecture plugin 2017-10-25 21:05:31 +00:00