aboutsummaryrefslogtreecommitdiff
path: root/gdb/mi/mi-main.c
AgeCommit message (Expand)AuthorFilesLines
2003-09-172003-09-17 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-3/+3
2003-09-112003-09-10 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni1-3/+2
2003-08-082003-08-08 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-1/+3
2003-08-042003-08-04 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-10/+13
2003-08-042003-08-04 David Carlton <carlton@kealia.com>David Carlton1-1/+1
2003-06-112003-06-11 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-2/+2
2003-06-082003-06-08 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-0/+1
2003-05-172003-05-16 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-3/+3
2003-05-082003-05-08 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-1/+1
2003-05-082003-05-08 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-2/+2
2003-05-052003-05-03 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-2/+2
2003-03-142003-03-12 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-3/+6
2003-03-012003-03-01 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-2/+3
2003-02-062003-02-05 Jim Ingham <jingham@apple.com>Andrew Cagney1-152/+41
2003-01-142003-01-13 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni1-4/+4
2002-11-292002-11-29 Andrew Cagney <ac131313@redhat.com>Andrew Cagney1-4/+5
2002-11-142002-11-13 Andrew Cagney <cagney@redhat.com>Andrew Cagney1-2/+2
2002-11-082002-11-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-8/+20
2002-10-232002-10-23 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-10/+15
2002-10-22 * mi-main.c (mi_cmd_thread_select): Only return MI_CMD_CAUGHT_ERRORKeith Seitz1-1/+5
2002-10-022002-10-02 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni1-9/+5
2002-10-012002-10-01 Andrew Cagney <ac131313@redhat.com>Andrew Cagney1-8/+9
2002-09-11 * mi-main.c (mi_cmd_data_list_register_names): Use cleanupsKeith Seitz1-12/+26
2002-05-20 * mi-main.c (captured_mi_execute_command): Add uiout parameter.Keith Seitz1-19/+60
2002-04-21* frame.h (selected_frame_level): Document as deprecated.Andrew Cagney1-1/+1
2002-04-12* defs.h (read_relative_register_raw_bytes): Delete declaration.Andrew Cagney1-5/+1
2002-03-19* defs.h (XMALLOC): Define.Andrew Cagney1-5/+0
2002-01-17Remove else clause to #if UI_OUT.Andrew Cagney1-9/+1
2002-01-05s/BIG_ENDIAN/BFD_ENDIAN_BIG/Andrew Cagney1-1/+1
2001-09-18Add ui_out parameter to libgdb functions.Andrew Cagney1-2/+2
2001-07-28Move libgdb library functions to gdb.h (new file).Andrew Cagney1-0/+1
2001-07-12* mi-main.c (mi_execute_command): Flush output after ``(gdb)''Andrew Cagney1-1/+4
2001-07-09Fix memory leak and compilation problems using AIX 5 native compiler.Kevin Buettner1-8/+16
2001-07-09* mi-main.c (mi_cmd_data_evaluate_expression): Replace value_ptrAndrew Cagney1-1/+1
2001-06-25Update data-read-memory so that it outputs lists.Andrew Cagney1-4/+4
2001-06-25For data-list-register-values output a list of register values.Andrew Cagney1-2/+2
2001-06-25Output register-names as a list.Andrew Cagney1-13/+12
2001-06-25data-list-changed-registers outputs a list of registers.Andrew Cagney1-2/+2
2001-06-18Recognize -i=mi0, -i=mi1 and -i=mi.Andrew Cagney1-19/+37
2001-05-12s/ui_out_list/ui_out_tupple/Andrew Cagney1-20/+20
2001-05-10Fix -Werror problem with mi-main.c.Andrew Cagney1-0/+1
2001-03-28* config/pa/xm-hppah.h (malloc): Really delete declarationAndrew Cagney1-1/+1
2001-03-13Eliminate ARCH_NUM_REGS.Andrew Cagney1-4/+4
2001-03-01Create new file regcache.h. Update all uses.Andrew Cagney1-1/+2
2000-12-15Replace free() with xfree().Kevin Buettner1-10/+10
2000-11-20Replace asprintf() / vasprintf() with xasprintf() xvasprintf().Andrew Cagney1-51/+46
2000-07-30Protoization.Kevin Buettner1-5/+4
2000-05-16Rename mi/ChangeLog-mi -> mi/ChangeLogAndrew Cagney1-4/+0
2000-05-16Make free_current_contents more robust. Use in MI.Andrew Cagney1-9/+1
2000-05-15Cleanup cleanups - delete use of make_cleanup_func as cast.Andrew Cagney1-2/+2