aboutsummaryrefslogtreecommitdiff
path: root/src/monkey/gdbmi_data_man.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/monkey/gdbmi_data_man.c')
-rw-r--r--src/monkey/gdbmi_data_man.c8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/monkey/gdbmi_data_man.c b/src/monkey/gdbmi_data_man.c
index a5e54a958..06e137720 100644
--- a/src/monkey/gdbmi_data_man.c
+++ b/src/monkey/gdbmi_data_man.c
@@ -5,7 +5,9 @@
5 5
6 Module: Data manipulation. 6 Module: Data manipulation.
7 Comments: 7 Comments:
8 GDB/MI commands for the "Data manipulation" section.@p 8 GDB/MI commands for the "Data manipulation" section.
9
10 @<p>
9 11
10@<pre> 12@<pre>
11gdb command: Implemented? 13gdb command: Implemented?
@@ -26,11 +28,11 @@ gdb command: Implemented?
26-environment-path No 28-environment-path No
27@</pre> 29@</pre>
28 30
29Notes:@p 31Notes: @<p>
30 32
311) -display* aren't implemented. You can use CLI command display, but the 331) -display* aren't implemented. You can use CLI command display, but the
32results are sent to the console. So it looks like the best is to manually 34results are sent to the console. So it looks like the best is to manually
33use -data-evaluate-expression to emulate it.@p 35use -data-evaluate-expression to emulate it. @<p>
34 36
352) GDB bug mi/1770: Affects gdb<=6.2, when you ask for the names of the 372) GDB bug mi/1770: Affects gdb<=6.2, when you ask for the names of the
36registers you get it plus the name of the "pseudo-registers", but if you 38registers you get it plus the name of the "pseudo-registers", but if you