aboutsummaryrefslogtreecommitdiff
path: root/src/monkey/gdbmi_breakpoint.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/monkey/gdbmi_breakpoint.c')
-rw-r--r--src/monkey/gdbmi_breakpoint.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/monkey/gdbmi_breakpoint.c b/src/monkey/gdbmi_breakpoint.c
index 07be215c1..f91cc3ea5 100644
--- a/src/monkey/gdbmi_breakpoint.c
+++ b/src/monkey/gdbmi_breakpoint.c
@@ -5,8 +5,8 @@
5 5
6 Module: Breakpoint table commands. 6 Module: Breakpoint table commands.
7 Comments: 7 Comments:
8 GDB/MI commands for the "Breakpoint Table Commands" section.@p 8 GDB/MI commands for the "Breakpoint Table Commands" section.
9 9 @<p>
10@<pre> 10@<pre>
11gdb command: Implemented? 11gdb command: Implemented?
12 12
@@ -22,7 +22,7 @@ gdb command: Implemented?
22@</pre> 22@</pre>
23 23
24(*) I think the program should keep track of the breakpoints, so it will 24(*) I think the program should keep track of the breakpoints, so it will
25be implemented when I have more time.@p 25be implemented when I have more time. @<p>
26 26
27***************************************************************************/ 27***************************************************************************/
28 28