Age | Commit message (Expand) | Author | Files | Lines |
1997-09-03 | Allow backends to set the architecture using bfd_architecture enum | Andrew Cagney | 1 | -18/+38 |
1997-09-01 | Add ``set processor'' - an alias to ``set architecture''. | Andrew Cagney | 1 | -0/+1 |
1997-08-28 | New commands ``set architecture'', ``show architecture'' and ``info | Andrew Cagney | 1 | -0/+118 |
1997-08-27 | Only pass endianess to simulator when explicitly set by user with set | Andrew Cagney | 1 | -1/+1 |
1997-07-25 | * top.c (execute_command): Force cleanup of alloca areas. | Jeff Law | 1 | -0/+4 |
1997-07-10 | Thu Jul 10 00:02:41 1997 Martin M. Hunt <hunt@cygnus.com> | Martin Hunt | 1 | -3/+4 |
1997-05-23 | Don't restrict the endian commands to BI-ENDIAN gdb. | Andrew Cagney | 1 | -18/+19 |
1997-04-29 | Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cleaver.cygnus.com> | Michael Snyder | 1 | -2/+2 |
1997-04-19 | * Makefile.in (SUBDIRS): Add mswin so that make cleanup cleans up | Stu Grossman | 1 | -2/+6 |
1997-03-15 | * breakpoint.c (insert_breakpoints, watchpoint_check, | Peter Schauer | 1 | -4/+35 |
1997-02-12 | * defs.h: Fix cntl-C to read from the Windows message queue. | Dawn Perchik | 1 | -4/+2 |
1996-10-21 | * top.c: Add new commands "set annotate" and "show annotate". | Michael Snyder | 1 | -0/+7 |
1996-09-30 | * top.c (execute_control_command): Free values from while_control | Jeff Law | 1 | -1/+9 |
1996-09-27 | * top.c (print_gdb_version): Rewrote to comply with new GNU coding | Fred Fish | 1 | -17/+30 |
1996-09-05 | * Makefile.in: Add mswin to SUBDIRS. Add rules for | Stu Grossman | 1 | -3/+1 |
1996-08-08 | * dwarf2read.c dwarfread.c exec.c infcmd.c infrun.c main.c | Stu Grossman | 1 | -6/+9 |
1996-07-28 | * configure.in: Add test for "long long" support. | Fred Fish | 1 | -1/+1 |
1996-07-26 | See gdb ChangeLog entry with header: | Fred Fish | 1 | -5/+19 |
1996-06-28 | * remote-e7000.c,remote.c,target.h,top.c: | Dawn Perchik | 1 | -0/+11 |
1996-05-20 | * defs.h (read_command_lines, query_hook): Update prototypes. | Fred Fish | 1 | -27/+60 |
1996-05-16 | * top.c (read_next_line): Fix thinkos. From Don Seeley. | Jeff Law | 1 | -2/+2 |
1996-05-13 | * top.c (execute_control_command, case while_control): Allow | Jeff Law | 1 | -0/+2 |
1996-04-13 | * README: Update for 4.16 release. | Fred Fish | 1 | -0/+6 |
1996-03-30 | * core-aout.c (fetch_core_registers): Cast core_reg_size to int | Fred Fish | 1 | -1/+0 |
1996-03-05 | * top.c (print_gdb_version): Update copyright year. | Stan Shebs | 1 | -1/+1 |
1996-02-03 | * dwarfread.c (read_func_scope): Avoid GDB core dumps if | Peter Schauer | 1 | -1/+7 |
1996-01-24 | * NEWS: Make note of new record and replay feature for | Fred Fish | 1 | -0/+4 |
1995-12-15 | * top.c (set_endian_from_file): Use new bfd_big_endian macro. | Ian Lance Taylor | 1 | -3/+3 |
1995-11-29 | * top.c (command_line_input): Only strip out an initial #-comment. | Per Bothner | 1 | -40/+7 |
1995-11-24 | * top.c (recurse_read_control_structure): Don't make cleanups | Jeff Law | 1 | -13/+0 |
1995-10-27 | * breakpoint.c (breakpoint_re_set): #ifdef GET_LONGJMP_TARGET | Stu Grossman | 1 | -0/+12 |
1995-10-07 | * top.c (execute_control_command): Use 0/1 instead of BFD's | Stan Shebs | 1 | -3/+3 |
1995-10-03 | * top.c (build_command_line): Demand arguments for if/while | Jeff Law | 1 | -0/+3 |
1995-08-26 | * mdebugread.c (parse_symbol): Handle sh.value of zero for enums. | Peter Schauer | 1 | -1/+10 |
1995-08-09 | * top.c (target_output_hook): Really make it match defs.h (char * | Stan Shebs | 1 | -1/+1 |
1995-08-08 | * top.c (target_output_hook): Make declaration match the one | Jeff Law | 1 | -1/+1 |
1995-08-07 | * top.c (target_output_hook): New definition. | Steve Chamberlain | 1 | -0/+6 |
1995-08-02 | Update FSF address. | Fred Fish | 1 | -1/+1 |
1995-08-01 | * configure.in: Check for working mmap, ansi headers, string.h, | J.T. Conklin | 1 | -2/+2 |
1995-07-31 | * configure.in: Check for unistd.h. | J.T. Conklin | 1 | -2/+1 |
1995-07-20 | * top.c (show_endian): Cast first arg of printf_unfiltered to | Fred Fish | 1 | -1/+1 |
1995-07-20 | From Richard Earnshaw (rearnsha@armltd.co.uk): | Stan Shebs | 1 | -1/+12 |
1995-07-18 | * dache.c (struct dcache_block): Change data member from unsigned char | Fred Fish | 1 | -1/+1 |
1995-06-21 | Hmm.. The ChangeLog went in, but not the code.... | Steve Chamberlain | 1 | -0/+7 |
1995-06-12 | Windows support bits from Steve Chamberlain <sac@slash.cygnus.com>. | Stan Shebs | 1 | -8/+8 |
1995-05-19 | * defs.h (ATTR_FORMAT): New macro, expands to gcc's format | J.T. Conklin | 1 | -1/+1 |
1995-05-16 | * mdebugread.c (parse_symbol): Do not relocate stBlock/scText | Peter Schauer | 1 | -6/+6 |
1995-04-12 | * top.c, utils.c, defs.h: Remove error_hook. It is currently | Jim Kingdon | 1 | -6/+0 |
1995-04-11 | Always keep MPW support | Stan Shebs | 1 | -2/+0 |
1995-04-04 | * top.c, utils.c, main.c: Replace error_pre_print with two | Jim Kingdon | 1 | -6/+18 |