summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/Process
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2019-11-13 11:35:53 -0800
committerJonas Devlieghere <jonas@devlieghere.com>2019-11-13 12:28:10 -0800
commitad882774fe4ee9b37ffcf35d86303c265bbc585a (patch)
tree63f44985fbccbce2958a1c41b9b597c050bd2c2b /lldb/source/Plugins/Process
parent3dfe4cf982d52603d2edfdede7b47735bd5f0f59 (diff)
downloadbcm5719-llvm-ad882774fe4ee9b37ffcf35d86303c265bbc585a.tar.gz
bcm5719-llvm-ad882774fe4ee9b37ffcf35d86303c265bbc585a.zip
[LLDB] Fix a bunch of -Wdocumentation warnings
Diffstat (limited to 'lldb/source/Plugins/Process')
-rw-r--r--lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
index 6539286b1a4..11fd40bce44 100644
--- a/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
+++ b/lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.h
@@ -89,7 +89,7 @@ public:
/// Sends a GDB remote protocol 'A' packet that delivers program
/// arguments to the remote server.
///
- /// \param[in] argv
+ /// \param[in] launch_info
/// A NULL terminated array of const C strings to use as the
/// arguments.
///
@@ -155,7 +155,7 @@ public:
/// Sets the path to use for stdin/out/err for a process
/// that will be launched with the 'A' packet.
///
- /// \param[in] path
+ /// \param[in] file_spec
/// The path to use for stdin/out/err
///
/// \return
OpenPOWER on IntegriCloud