llvm-capstone/lldb/docs
David Spickett 2d1ee7cae9 [lldb] Note difference in vFile:pread/pwrite format for lldb
https://sourceware.org/gdb/current/onlinedocs/gdb/Host-I_002fO-Packets.html

States that all numbers should be hexidecimal but lldb
uses decimals in vFile:pread and vFile:pwrite.

lldb-server can accept either since it ends up using
strtoull which will detect the base being used.

Reviewed By: labath

Differential Revision: https://reviews.llvm.org/D89227
2020-10-12 15:09:49 +01:00
..
_static [lldb][docs] Add CMake version notes for -B flag 2019-07-31 10:31:57 +00:00
design [lldb] Add a "design" section to the documentation. 2020-10-02 13:07:31 -07:00
man [lldb/interpreter] Improve REPL init file compatibility 2020-09-02 01:21:22 +02:00
resources [lldb] Update docs with new buildbot URLs 2020-10-09 10:57:39 -07:00
status [lldb/Docs] Update the features matrix 2020-02-18 20:08:43 -08:00
testsuite Rename MacOS X -> macOS where applicable. 2019-05-14 16:37:43 +00:00
use [LLDB] Add QEMU testing environment setup guide for SVE testing 2020-10-06 12:35:08 +05:00
.htaccess [lldb] Add a "design" section to the documentation. 2020-10-02 13:07:31 -07:00
CMakeLists.txt [lldb/CMake] Separate CMake code for Lua and Python (NFC) 2020-08-11 09:04:18 -07:00
conf.py [lldb] Add print_function import 2020-09-28 13:51:11 -07:00
doxygen-mainpage.dox [Docs] Make Doxygen functional 2019-04-19 18:02:35 +00:00
doxygen.cfg.in [Doxygen] Document private class members. 2019-08-21 00:10:19 +00:00
index.rst [LLDB] Add QEMU testing environment setup guide for SVE testing 2020-10-06 12:35:08 +05:00
lldb-for-gdb-users.txt
lldb-gdb-remote.txt [lldb]: fix typo in lldb-gdb-remote.txt 2020-02-20 14:30:12 +01:00
lldb-platform-packets.txt [lldb] Note difference in vFile:pread/pwrite format for lldb 2020-10-12 15:09:49 +01:00