| Commit message (Expand) | Author | Age | Files | Lines |
* | s/BIG_ENDIAN/BFD_ENDIAN_BIG/ | Andrew Cagney | 2002-01-05 | 2 | -2/+2 |
* | Fix the application of GFDL in the Copyright notice. | Eli Zaretskii | 2001-12-30 | 2 | -10/+8 |
* | 2001-10-12 Daniel Jacobowitz <drow@mvista.com> | Daniel Jacobowitz | 2001-10-12 | 2 | -3/+6 |
* | Add ui_out parameter to libgdb functions. | Andrew Cagney | 2001-09-18 | 3 | -3/+12 |
* | * mi-cmd-var.c (varobj_update_one): Update call to | Keith Seitz | 2001-08-17 | 2 | -1/+6 |
* | Move libgdb library functions to gdb.h (new file). | Andrew Cagney | 2001-07-28 | 3 | -0/+7 |
* | * mi-main.c (mi_execute_command): Flush output after ``(gdb)'' | Andrew Cagney | 2001-07-12 | 2 | -1/+12 |
* | * mi-out.c (mi_out_new): Initialize suppress_ouput field of newly | Mark Kettenis | 2001-07-09 | 2 | -0/+6 |
* | Fix memory leak and compilation problems using AIX 5 native compiler. | Kevin Buettner | 2001-07-09 | 2 | -8/+25 |
* | * mi-main.c (mi_cmd_data_evaluate_expression): Replace value_ptr | Andrew Cagney | 2001-07-09 | 2 | -1/+6 |
* | Make function declarators match function declarations. | Kevin Buettner | 2001-07-09 | 2 | -6/+12 |
* | Replace: | Andrew Cagney | 2001-07-06 | 2 | -1/+6 |
* | For MI>0, output full breakpoint table header information. Output the | Andrew Cagney | 2001-06-27 | 3 | -43/+152 |
* | delete reference to query output | Andrew Cagney | 2001-06-26 | 2 | -8/+5 |
* | * mi-cmd-stack.c (list_args_or_locals): Output a list of "args" or | Andrew Cagney | 2001-06-26 | 3 | -25/+33 |
* | * mi-cmd-stack.c (mi_cmd_stack_list_frames): Output a list of | Andrew Cagney | 2001-06-26 | 3 | -20/+30 |
* | Unscramble two merged patches. This puts memory lists back to normal. | Andrew Cagney | 2001-06-26 | 1 | -15/+15 |
* | * stack.c (print_frame): For ui_out, output a list of arguments. | Andrew Cagney | 2001-06-26 | 2 | -35/+41 |
* | Update data-read-memory so that it outputs lists. | Andrew Cagney | 2001-06-25 | 3 | -19/+25 |
* | For data-list-register-values output a list of register values. | Andrew Cagney | 2001-06-25 | 3 | -6/+12 |
* | Output register-names as a list. | Andrew Cagney | 2001-06-25 | 3 | -17/+27 |
* | data-list-changed-registers outputs a list of registers. | Andrew Cagney | 2001-06-25 | 3 | -4/+11 |
* | Change mi/data-disassemble command output to a list ([]) instead of | Andrew Cagney | 2001-06-23 | 3 | -20/+30 |
* | * mi-out.c (struct ui_out_data): Replace field first_header with | Andrew Cagney | 2001-06-21 | 2 | -8/+38 |
* | Output ``[]'' when a list. | Andrew Cagney | 2001-06-21 | 2 | -2/+13 |
* | * ui-out.h (ui_out_table_header): Add parameter ``col_name''. | Andrew Cagney | 2001-06-21 | 2 | -1/+6 |
* | * ui-out.c (ui_out_table_begin): Add parameter ``nr_rows''. | Andrew Cagney | 2001-06-19 | 2 | -1/+7 |
* | Recognize -i=mi0, -i=mi1 and -i=mi. | Andrew Cagney | 2001-06-18 | 4 | -21/+52 |
* | * gdbmi.texinfo (GDB/MI Output Syntax): Add tuples and lists to | Andrew Cagney | 2001-06-16 | 2 | -164/+25 |
* | s/supress/suppress/ | Andrew Cagney | 2001-06-11 | 2 | -6/+10 |
* | Oops (again), missed a comment. | Andrew Cagney | 2001-06-10 | 1 | -1/+1 |
* | Move supress_field_separator logic into mi_open() and mi_close(). | Andrew Cagney | 2001-06-10 | 2 | -17/+21 |
* | Oops. Clean up changelog entry. | Andrew Cagney | 2001-06-10 | 1 | -8/+8 |
* | Make char *, const char *. | Andrew Cagney | 2001-06-10 | 2 | -17/+37 |
* | Output ``[...]'' when a list. | Andrew Cagney | 2001-05-14 | 2 | -2/+26 |
* | s/ui_out_list/ui_out_tupple/ | Andrew Cagney | 2001-05-12 | 6 | -61/+70 |
* | Pass the tupple/list parameter. | Andrew Cagney | 2001-05-10 | 2 | -13/+25 |
* | Fix -Werror problem with mi-main.c. | Andrew Cagney | 2001-05-10 | 2 | -0/+6 |
* | Replace ui_out_list_{begin,end}() with ui_out_{begin,end}(). | Andrew Cagney | 2001-05-09 | 2 | -6/+18 |
* | * config/pa/xm-hppah.h (malloc): Really delete declaration | Andrew Cagney | 2001-03-28 | 2 | -1/+5 |
* | * gdbint.texinfo: Change Permissions to GFDL. Update Copyright. | Eli Zaretskii | 2001-03-26 | 2 | -24/+28 |
* | Zap -Wuninitialized warnings. | Andrew Cagney | 2001-03-20 | 2 | -7/+13 |
* | Zap __STDC__ references. | Andrew Cagney | 2001-03-19 | 2 | -2/+4 |
* | Eliminate ARCH_NUM_REGS. | Andrew Cagney | 2001-03-13 | 2 | -4/+12 |
* | Update/correct copyright notices. | Kevin Buettner | 2001-03-06 | 15 | -14/+21 |
* | Create new file regcache.h. Update all uses. | Andrew Cagney | 2001-03-01 | 1 | -1/+2 |
* | Add __FILE__ and __LINE__ parameter to internal_error() / | Andrew Cagney | 2001-02-08 | 5 | -8/+23 |
* | 2001-01-31 David Smith <dsmith@redhat.com> | David Smith | 2001-01-31 | 4 | -8/+8 |
* | 2001-01-27 Fernando Nasser <fnasser@redhat.com> | Fernando Nasser | 2001-01-27 | 2 | -1/+7 |
* | Removed (tui and mi) directory prefixes from ChangeLog comments that I | Kevin Buettner | 2000-12-15 | 1 | -3/+2 |