aboutsummaryrefslogtreecommitdiff
path: root/src/monkey/gdbmi_stack_man.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/monkey/gdbmi_stack_man.c')
-rw-r--r--src/monkey/gdbmi_stack_man.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/monkey/gdbmi_stack_man.c b/src/monkey/gdbmi_stack_man.c
index 6d6ad0866..977ea5e2e 100644
--- a/src/monkey/gdbmi_stack_man.c
+++ b/src/monkey/gdbmi_stack_man.c
@@ -5,7 +5,7 @@
5 5
6 Module: Stack manipulation. 6 Module: Stack manipulation.
7 Comments: 7 Comments:
8 GDB/MI commands for the "Stack Manipulation" section.@p 8 GDB/MI commands for the "Stack Manipulation" section. @<p>
9 9
10@<pre> 10@<pre>
11gdb command: Implemented? 11gdb command: Implemented?
@@ -84,8 +84,8 @@ mi_frames *gmi_stack_list_frames(mi_h *h)
84/**[txh]******************************************************************** 84/**[txh]********************************************************************
85 85
86 Description: 86 Description:
87 List of frames. Arguments aren't filled. Only the frames in the @var{from} 87 List of frames. Arguments aren't filled. Only the frames in the from
88 - @var{to} range are returned. 88 - to range are returned.
89 89
90 Command: -stack-list-frames 90 Command: -stack-list-frames
91 Return: A new list of mi_frames or NULL on error. 91 Return: A new list of mi_frames or NULL on error.
@@ -101,7 +101,7 @@ mi_frames *gmi_stack_list_frames_r(mi_h *h, int from, int to)
101/**[txh]******************************************************************** 101/**[txh]********************************************************************
102 102
103 Description: 103 Description:
104 List arguments. Only @var{level} and @var{args} filled. 104 List arguments. Only level and args filled.
105 105
106 Command: -stack-list-arguments 106 Command: -stack-list-arguments
107 Return: A new list of mi_frames or NULL on error. 107 Return: A new list of mi_frames or NULL on error.
@@ -117,8 +117,8 @@ mi_frames *gmi_stack_list_arguments(mi_h *h, int show)
117/**[txh]******************************************************************** 117/**[txh]********************************************************************
118 118
119 Description: 119 Description:
120 List arguments. Only @var{level} and @var{args} filled. Only for the 120 List arguments. Only level and args filled. Only for the
121frames in the @var{from} - @var{to} range. 121frames in the from - to range.
122 122
123 Command: -stack-list-arguments 123 Command: -stack-list-arguments
124 Return: A new list of mi_frames or NULL on error. 124 Return: A new list of mi_frames or NULL on error.