aboutsummaryrefslogtreecommitdiff
path: root/gas/.gdbinit
AgeCommit message (Collapse)AuthorFilesLines
1994-09-13* Makefile.in (*_FOR_TARGET, INSTALL_XFORM, install, uninstall): RewriteKen Raeburn1-22/+0
handling of program_transform_name. * configure.in: Test for "unlink" and "delete", define USE_DELETE_FOR_UNLINK if only the latter is found. Not expected to be triggered on UNIX/POSIX systems. * acconfig.h (USE_DELETE_FOR_UNLINK): Undef here, provide comments. Update for autoconf 1.118: * gdbinit.in: New file, created from old .gdbinit. * .gdbinit: Deleted. * aclocal.m4 (GAS_GDBINIT): Deleted. * configure.in: Don't use it. Instead, generate .gdbinit from gdbinit.in. Don't substitute cpu_type, obj_format, emulation, atof. Switched order of AC_LINK_FILES arguments. Use AC_PREREQ to ensure that older versions of autoconf aren't used. * Makefile.in: Added @configure_input@ line. (configure): Deleted rule. [regenerated conf.in, configure]
1994-09-13* .gdbinit (pe, ps): Define new commands.Ken Raeburn1-0/+16
* symbols.c (indent_level): New static variable. (indent, print_expr_1, print_symbol_value_1, print_symbol_value, print_expr): New functions.
1993-12-29put a breakpoint in as_bad_where tooKen Raeburn1-0/+1
1993-02-18stop in abortKen Raeburn1-0/+1
1992-12-03add breakpoint in as_perrorKen Raeburn1-0/+1
1991-08-02Adjusted for new gdb, added some initializations, support for machineK. Richard Pixley1-1/+0
types in aout headers, fixed a bug in symbol allocation where symbol types/segments were initialized to garbage because the independent parts didn't know better. Now freshly allocated symbols are zeroed.
1991-04-04new gas main lineK. Richard Pixley1-0/+4