This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[PATCH] Remove "hardware" from comments of "target_insert_breakpoint"
- From: Hui Zhu <hui_zhu at mentor dot com>
- To: gdb-patches ml <gdb-patches at sourceware dot org>
- Date: Sun, 9 Mar 2014 14:31:14 +0800
- Subject: [PATCH] Remove "hardware" from comments of "target_insert_breakpoint"
- Authentication-results: sourceware.org; auth=none
This function is for simple breakpoint. So I post a patch to remove "hardware".
Thanks,
Hui
2014-03-09 Hui Zhu <hui@codesourcery.com>
* target.h (target_insert_breakpoint): Remove "hardware" from its
comments.
--- a/gdb/target.h
+++ b/gdb/target.h
@@ -1319,7 +1319,7 @@ int target_write_memory_blocks (VEC(memo
#define target_files_info() \
(*current_target.to_files_info) (¤t_target)
-/* Insert a hardware breakpoint at address BP_TGT->placed_address in
+/* Insert a breakpoint at address BP_TGT->placed_address in
the target machine. Returns 0 for success, and returns non-zero or
throws an error (with a detailed failure reason error code and
message) otherwise. */