aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
diff options
context:
space:
mode:
authorVenkata Ramanaiah Nalamothu <ramana.venkat83@gmail.com>2021-11-26 15:58:14 +0530
committerVenkata Ramanaiah Nalamothu <VenkataRamanaiah.Nalamothu@amd.com>2021-11-26 19:14:26 +0530
commit7f05ff8be481f6db23615c028280fd92c2080f5f (patch)
tree9d6b14763917d1ff4e10c37dd342eff7c9e6db08 /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h
parentb927aa69bf2fd50ecf33e3f5ec853eb3c70312c5 (diff)
downloadllvm-7f05ff8be481f6db23615c028280fd92c2080f5f.zip
llvm-7f05ff8be481f6db23615c028280fd92c2080f5f.tar.gz
llvm-7f05ff8be481f6db23615c028280fd92c2080f5f.tar.bz2
[Bug 49018][lldb] Fix incorrect help text for 'memory write' command
Certain commands like 'memory write', 'register read' etc all use the OptionGroupFormat options but the help usage text for those options is not customized to those commands. One such example is: (lldb) help memory read -s <byte-size> ( --size <byte-size> ) The size in bytes to use when displaying with the selected format. (lldb) help memory write -s <byte-size> ( --size <byte-size> ) The size in bytes to use when displaying with the selected format. This patch allows such commands to overwrite the help text for the options in the OptionGroupFormat group as needed and fixes help text of memory write. llvm.org/pr49018. Reviewed By: DavidSpickett Differential Revision: https://reviews.llvm.org/D114448
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.h')
0 files changed, 0 insertions, 0 deletions