summaryrefslogtreecommitdiff
path: root/gdb/mi
Commit message (Collapse)AuthorAgeFilesLines
* Remove else clause to #if UI_OUT.Andrew Cagney2002-01-174-21/+11
|
* s/BIG_ENDIAN/BFD_ENDIAN_BIG/Andrew Cagney2002-01-052-2/+2
|
* Fix the application of GFDL in the Copyright notice.Eli Zaretskii2001-12-302-10/+8
|
* 2001-10-12 Daniel Jacobowitz <drow@mvista.com>Daniel Jacobowitz2001-10-122-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * symtab.h (struct block): (ALL_BLOCK_SYMBOLS): New macro. * symtab.c (find_pc_sect_symtab): Use ALL_BLOCK_SYMBOLS. (make_symbol_completion_list): Likewise. (make_symbol_overload_list): Likewise. * buildsym.c (finish_block): Likewise. * breakpoint.c (get_catch_sals): Likewise. * mdebugread.c (mylookup_symbol): Likewise. * objfiles.c (objfile_relocate): Likewise. * printcmd.c (print_frame_args): Likewise. * stack.c (print_block_frame_locals): Likewise. (print_block_frame_labels): Likewise. (print_frame_arg_vars): Likewise. * symmisc.c (dump_symtab): Likewise. * tracepoint.c (add_local_symbols): Likewise. (scope_info): Likewise. 2001-10-12 Daniel Jacobowitz <drow@mvista.com> * mi-cmd-stack.c (list_args_or_locals): Use ALL_BLOCK_SYMBOLS. 2001-10-12 Daniel Jacobowitz <drow@mvista.com> * generic/gdbtk-cmds.c (gdb_listfuncs): Use ALL_BLOCK_SYMBOLS. * generic/gdbtk-stack.c (gdb_block_vars): Likewise. (gdb_get_blocks): Likewise. (gdb_get_vars_command): Likewise. 5~
* Add ui_out parameter to libgdb functions.Andrew Cagney2001-09-183-3/+12
|
* * mi-cmd-var.c (varobj_update_one): Update call toKeith Seitz2001-08-172-1/+6
| | | | varobj_update to reflect recent api change.
* Move libgdb library functions to gdb.h (new file).Andrew Cagney2001-07-283-0/+7
| | | | Update everything related to this.
* * mi-main.c (mi_execute_command): Flush output after ``(gdb)''Andrew Cagney2001-07-122-1/+12
| | | | | | | prompt. Bug reported by David Whedon. (mi_execute_async_cli_command): Ditto. (mi_exec_async_cli_cmd_continuation): Ditto. (mi_command_loop): Ditto.
* * mi-out.c (mi_out_new): Initialize suppress_ouput field of newlyMark Kettenis2001-07-092-0/+6
| | | | created `struct ui_out_data'.
* Fix memory leak and compilation problems using AIX 5 native compiler.Kevin Buettner2001-07-092-8/+25
|
* * mi-main.c (mi_cmd_data_evaluate_expression): Replace value_ptrAndrew Cagney2001-07-092-1/+6
| | | | with `struct value *'.
* Make function declarators match function declarations.Kevin Buettner2001-07-092-6/+12
|
* Replace:Andrew Cagney2001-07-062-1/+6
| | | | | | if (interpreter_p && strncmp (interpreter_p, "mi", 2) == 0) with: if (ui_out_is_mi_like_p (uiout))
* For MI>0, output full breakpoint table header information. Output theAndrew Cagney2001-06-273-43/+152
| | | | breakpoint table body as a list.
* delete reference to query outputAndrew Cagney2001-06-262-8/+5
|
* * mi-cmd-stack.c (list_args_or_locals): Output a list of "args" orAndrew Cagney2001-06-263-25/+33
| | | | | | | | | "locals" entries. * gdbmi.texinfo (stack-list-locals, stack-list-arguments) (exec-interrupt, target-select, thread-select): Update documentation. * mi-stack.exp: Update. Output for args=... and locals=... changed to a list.
* * mi-cmd-stack.c (mi_cmd_stack_list_frames): Output a list ofAndrew Cagney2001-06-263-20/+30
| | | | | | | | | | | "stack" entries. (mi_cmd_stack_list_args): Ditto for "stack-args". * gdbmi.texinfo (stack-list-frames, stack-list-arguments): Update documentation. (GDB/MI Stack Manipulation Commands): Fix section title. Was Stack Manipulation Commands in GDB/MI. * mi-stack.exp: Update. Output for stack=..., args=... and stack-args=... changed to a list.
* Unscramble two merged patches. This puts memory lists back to normal.Andrew Cagney2001-06-261-15/+15
|
* * stack.c (print_frame): For ui_out, output a list of arguments.Andrew Cagney2001-06-262-35/+41
| | | | Update all tests. Update doco.
* Update data-read-memory so that it outputs lists.Andrew Cagney2001-06-253-19/+25
|
* For data-list-register-values output a list of register values.Andrew Cagney2001-06-253-6/+12
|
* Output register-names as a list.Andrew Cagney2001-06-253-17/+27
|
* data-list-changed-registers outputs a list of registers.Andrew Cagney2001-06-253-4/+11
|
* Change mi/data-disassemble command output to a list ([]) instead ofAndrew Cagney2001-06-233-20/+30
| | | | ({}).
* * mi-out.c (struct ui_out_data): Replace field first_header withAndrew Cagney2001-06-212-8/+38
| | | | | | | | | | suppress_output. (mi_begin, mi_end): Check suppress_header. (mi_field_int, mi_field_skip): Ditto. (mi_field_string, mi_field_fmt): Ditto. (mi_table_begin): When nr_rows is zero, set suppress_header else, output the start of the header. (mi_table_body): Clear suppress header.
* Output ``[]'' when a list.Andrew Cagney2001-06-212-2/+13
|
* * ui-out.h (ui_out_table_header): Add parameter ``col_name''.Andrew Cagney2001-06-212-1/+6
| | | | | | | | | | | | | (table_header_ftype): Ditto. * cli-out.c (cli_table_header): Update. * ui-out.c (ui_out_table_header): Update. (uo_table_header): Update. (default_table_header): Update. (append_header_to_list): Update. (struct ui_out_header): Add field ``col_name''. (append_header_to_list): Use xstrdup. Initialize col_name. * breakpoint.c (breakpoint_1): Pass COL_NAME to ui_out_table_header.
* * ui-out.c (ui_out_table_begin): Add parameter ``nr_rows''.Andrew Cagney2001-06-192-1/+7
| | | | | | | (default_table_begin): Ditto. * breakpoint.c (breakpoint_1): Pass nr_printable_breakpoints to ui_out_table_begin. Update everything.
* Recognize -i=mi0, -i=mi1 and -i=mi.Andrew Cagney2001-06-184-21/+52
|
* * gdbmi.texinfo (GDB/MI Output Syntax): Add tuples and lists toAndrew Cagney2001-06-162-164/+25
| | | | | syntax. (GDB/MI Draft Changes to Output Syntax): Delete section.
* s/supress/suppress/Andrew Cagney2001-06-112-6/+10
|
* Oops (again), missed a comment.Andrew Cagney2001-06-101-1/+1
|
* Move supress_field_separator logic into mi_open() and mi_close().Andrew Cagney2001-06-102-17/+21
|
* Oops. Clean up changelog entry.Andrew Cagney2001-06-101-8/+8
|
* Make char *, const char *.Andrew Cagney2001-06-102-17/+37
|
* Output ``[...]'' when a list.Andrew Cagney2001-05-142-2/+26
|
* s/ui_out_list/ui_out_tupple/Andrew Cagney2001-05-126-61/+70
|
* Pass the tupple/list parameter.Andrew Cagney2001-05-102-13/+25
|
* Fix -Werror problem with mi-main.c.Andrew Cagney2001-05-102-0/+6
|
* Replace ui_out_list_{begin,end}() with ui_out_{begin,end}().Andrew Cagney2001-05-092-6/+18
|
* * config/pa/xm-hppah.h (malloc): Really delete declarationAndrew Cagney2001-03-282-1/+5
| | | | | (MALLOC_INCOMPATIBLE): Really delete macro. * cli/cli-cmds.c (apropos_command): Use xcalloc.
* * gdbint.texinfo: Change Permissions to GFDL. Update Copyright.Eli Zaretskii2001-03-262-24/+28
| | | | | | | | | | | * gdbgui.texinfo: Change Permissions to GFDL. Update Copyright. Replace "GDB" with "@value{GDBN}". Fix markup. * annotate.texi: Change Permissions to GFDL. Update Copyright. * gdb.texinfo: Change Permissions to GFDL. Update Copyright. * gdbmi.texinfo: Update copyright. Change Permissions to GFDL.
* Zap -Wuninitialized warnings.Andrew Cagney2001-03-202-7/+13
|
* Zap __STDC__ references.Andrew Cagney2001-03-192-2/+4
|
* Eliminate ARCH_NUM_REGS.Andrew Cagney2001-03-132-4/+12
|
* Update/correct copyright notices.Kevin Buettner2001-03-0615-14/+21
|
* Create new file regcache.h. Update all uses.Andrew Cagney2001-03-011-1/+2
|
* Add __FILE__ and __LINE__ parameter to internal_error() /Andrew Cagney2001-02-085-8/+23
| | | | internal_verror().
* 2001-01-31 David Smith <dsmith@redhat.com>David Smith2001-01-314-8/+8
| | | | | | | | | | * event-loop.c: Change inclusion of string.h to gdb_string.h and updated the copyright notice. * ser-pipe.c: Ditto. * mi/mi-cmds.c: Ditto. * mi/mi-console.c: Ditto. * mi/mi-getopt.c: Ditto. * mi/mi-parse.c: Ditto.
* 2001-01-27 Fernando Nasser <fnasser@redhat.com>Fernando Nasser2001-01-272-1/+7
| | | | | | From Momchil Velikov <velco@fadata.bg> * mi-cmd-disas.c (gdb_dis_asm_read_memory): Add missing memory attributes argument in the call to `xfer_memory'.