summaryrefslogtreecommitdiff
path: root/gdb/mi/mi-main.c
Commit message (Expand)AuthorAgeFilesLines
* 2003-05-16 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-05-171-3/+3
* 2003-05-08 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-05-081-1/+1
* 2003-05-08 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-05-081-2/+2
* 2003-05-03 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-05-051-2/+2
* 2003-03-12 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-03-141-3/+6
* 2003-03-01 Andrew Cagney <cagney@redhat.com>Andrew Cagney2003-03-011-2/+3
* 2003-02-05 Jim Ingham <jingham@apple.com>Andrew Cagney2003-02-061-152/+41
* 2003-01-13 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2003-01-141-4/+4
* 2002-11-29 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2002-11-291-4/+5
* 2002-11-13 Andrew Cagney <cagney@redhat.com>Andrew Cagney2002-11-141-2/+2
* 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-11-081-8/+20
* 2002-10-23 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston2002-10-231-10/+15
* * mi-main.c (mi_cmd_thread_select): Only return MI_CMD_CAUGHT_ERRORKeith Seitz2002-10-221-1/+5
* 2002-10-02 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2002-10-021-9/+5
* 2002-10-01 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2002-10-011-8/+9
* * mi-main.c (mi_cmd_data_list_register_names): Use cleanupsKeith Seitz2002-09-111-12/+26
* * mi-main.c (captured_mi_execute_command): Add uiout parameter.Keith Seitz2002-05-201-19/+60
* * frame.h (selected_frame_level): Document as deprecated.Andrew Cagney2002-04-211-1/+1
* * defs.h (read_relative_register_raw_bytes): Delete declaration.Andrew Cagney2002-04-121-5/+1
* * defs.h (XMALLOC): Define.Andrew Cagney2002-03-191-5/+0
* Remove else clause to #if UI_OUT.Andrew Cagney2002-01-171-9/+1
* s/BIG_ENDIAN/BFD_ENDIAN_BIG/Andrew Cagney2002-01-051-1/+1
* Add ui_out parameter to libgdb functions.Andrew Cagney2001-09-181-2/+2
* Move libgdb library functions to gdb.h (new file).Andrew Cagney2001-07-281-0/+1
* * mi-main.c (mi_execute_command): Flush output after ``(gdb)''Andrew Cagney2001-07-121-1/+4
* Fix memory leak and compilation problems using AIX 5 native compiler.Kevin Buettner2001-07-091-8/+16
* * mi-main.c (mi_cmd_data_evaluate_expression): Replace value_ptrAndrew Cagney2001-07-091-1/+1
* Update data-read-memory so that it outputs lists.Andrew Cagney2001-06-251-4/+4
* For data-list-register-values output a list of register values.Andrew Cagney2001-06-251-2/+2
* Output register-names as a list.Andrew Cagney2001-06-251-13/+12
* data-list-changed-registers outputs a list of registers.Andrew Cagney2001-06-251-2/+2
* Recognize -i=mi0, -i=mi1 and -i=mi.Andrew Cagney2001-06-181-19/+37
* s/ui_out_list/ui_out_tupple/Andrew Cagney2001-05-121-20/+20
* Fix -Werror problem with mi-main.c.Andrew Cagney2001-05-101-0/+1
* * config/pa/xm-hppah.h (malloc): Really delete declarationAndrew Cagney2001-03-281-1/+1
* Eliminate ARCH_NUM_REGS.Andrew Cagney2001-03-131-4/+4
* Create new file regcache.h. Update all uses.Andrew Cagney2001-03-011-1/+2
* Replace free() with xfree().Kevin Buettner2000-12-151-10/+10
* Replace asprintf() / vasprintf() with xasprintf() xvasprintf().Andrew Cagney2000-11-201-51/+46
* Protoization.gdb-post-protoization-2000-07-29Kevin Buettner2000-07-301-5/+4
* Rename mi/ChangeLog-mi -> mi/ChangeLogAndrew Cagney2000-05-161-4/+0
* Make free_current_contents more robust. Use in MI.Andrew Cagney2000-05-161-9/+1
* Cleanup cleanups - delete use of make_cleanup_func as cast.Andrew Cagney2000-05-151-2/+2
* 2000-03-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2000-03-061-1/+77
* Fix copyright - Cygnus is a Red Hat company.Andrew Cagney2000-02-231-1/+1
* Add mi/ and testsuite/gdb.mi/ subdirectories.Andrew Cagney2000-02-231-0/+1446