]> sourceware.org Git - valgrind.git/commit
vgdb --multi: fix various typos, indentation and such
authorAlexandra Hájková <ahajkova@redhat.com>
Thu, 20 Apr 2023 12:17:29 +0000 (14:17 +0200)
committerMark Wielaard <mark@klomp.org>
Thu, 20 Apr 2023 12:29:45 +0000 (14:29 +0200)
commit56ccb1e36c4722b56e3e602b986bc45025cb685d
tree582649e9bc0aa955d0d372f8c0c81c6da146e021
parent0ead4c39f0268420f24df64629d80bd45614fe04
vgdb --multi: fix various typos, indentation and such

Remove --launched-with-multi from --help-debug output since it is not
a real user option. Do add a comment in m_main.c explaining the
internal usage.

Add a top-level comment describing the three usages of vgdb.

Fix comment description of decode_hexstring, create_packet,
split_hexdecode.

Consistently use 3 space indention in send_packet and receive_packet
and next_delim_string and split_hexdecode, count_delims,
do_multi_mode.

Fix return type of count_delims to size_t.

Add a note in coregrind/m_gdbserver/server.c to sync qSupported
replies with coregrind/vgdb.c.

Use vgdb (all lowercase) and GDB (all caps) consistently in the
manual.
coregrind/m_gdbserver/server.c
coregrind/m_main.c
coregrind/vgdb.c
docs/xml/manual-core-adv.xml
none/tests/cmdline2.stdout.exp
none/tests/cmdline2.stdout.exp-non-linux
This page took 0.030599 seconds and 5 git commands to generate.