Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
1991-09-20 | Merged in new doc on language setting, C, and Mod-2 by Andrew Beers; | Roland Pesch | 3 | -0/+8264 | |
cleanups to node structure. | |||||
1991-09-20 | * dbxread.c (read_dbx_symtab, process_one_symbol): N_FN and | John Gilmore | 1 | -0/+6 | |
N_WARNING are the same except for the N_EXT bit, so just use their values alone, rather than OR-ing them with N_EXT. | |||||
1991-09-20 | Sign extend extended line offsets in parse_lines correctly. | Stu Grossman | 1 | -0/+3 | |
1991-09-20 | #define yyerrflag and yynerrs to avoid global name conflicts. | Stu Grossman | 2 | -0/+4 | |
1991-09-20 | *** empty log message *** | Stu Grossman | 1 | -0/+5 | |
1991-09-20 | .gdbinit: move set complaints 1 to top. | John Gilmore | 2 | -1/+4 | |
1991-09-20 | * language.c (_initialize_language): Fix type check and range | John Gilmore | 2 | -3/+5 | |
check documentation strings. | |||||
1991-09-20 | * utils.c (!HAVE_VPRINTF): Define vfprintf as a function, so | John Gilmore | 2 | -2/+15 | |
language.c can use it. (Though language.c should really not be handling warnings/errors the way it does, FIXME.) * symtab.c (lookup_primitive_type): const lint. | |||||
1991-09-20 | Preparation for gdb-4.1 release. | John Gilmore | 2 | -4/+27 | |
1991-09-20 | Remove rcfonts.tex after building refcard. | John Gilmore | 1 | -0/+2 | |
1991-09-20 | (HFILES): Add minimon.h. | John Gilmore | 1 | -3/+3 | |
(VERSION): Roll version number to 4.0.95. | |||||
1991-09-20 | doc/gdbint.texinfo | Roland Pesch | 1 | -0/+6 | |
1991-09-20 | Reorder contents; reorganize new-host, new-target, and new-config | Roland Pesch | 1 | -401/+438 | |
chapters; fix minor typos; come closer to usual GNU markup conventions for @file @samp @code @var. | |||||
1991-09-20 | Various mips changes from Peter Schauer. | Per Bothner | 1 | -0/+9 | |
1991-09-20 | Define HAVE_STRSTR. | Per Bothner | 1 | -0/+2 | |
1991-09-19 | Add language.h. | John Gilmore | 1 | -0/+1 | |
1991-09-19 | Minor fixes | John Gilmore | 1 | -0/+10 | |
1991-09-19 | * mipsread.c (_initialize_mipsread): Avoid using | John Gilmore | 1 | -1/+7 | |
builtin_type_void at initialize time. (mipscoff_symfile_read): use it now. | |||||
1991-09-19 | * c-exp.y, m2-exp.y: Lint. | John Gilmore | 2 | -2/+5 | |
* m2-exp.y: Avoid using yytname[] which is a Bison-ism. | |||||
1991-09-19 | Circumvent Sun Make bug on *-exp.tab.o. | John Gilmore | 1 | -0/+2 | |
1991-09-19 | Lint | John Gilmore | 2 | -10/+11 | |
1991-09-19 | Andrew Beers' changes for Modula-2 support. | John Gilmore | 1 | -0/+653 | |
1991-09-19 | * language.h, language.c: New files for language-specific macros, | John Gilmore | 2 | -0/+1268 | |
declarations, and definitions. | |||||
1991-09-19 | Eliminate uses of working_lang. | John Gilmore | 1 | -1/+1 | |
1991-09-19 | * valprint.c (type_print_base): Avoid printing garbage for ints | John Gilmore | 1 | -13/+16 | |
of unusual sizes. (_initialize_valprint): Warn about host/target size assumption; improve long long support slightly. | |||||
1991-09-19 | Add M2 to what's new. | John Gilmore | 1 | -1/+13 | |
1991-09-19 | Cope with new files and removed files for Modula-2 support. | John Gilmore | 2 | -25/+35 | |
1991-09-19 | * parse.c: New file with the common code remains of expread.y. | John Gilmore | 4 | -0/+3518 | |
* expread.y, expread.tab.c: Remove. * parser-defs.h: New file with common declarations from expread.y. * c-exp.y: New file with the C parser from expread.y. * m2-exp.y: New file with the Modula-2 parser. | |||||
1991-09-19 | * symtab.c (_initialize_symtab): Remove builtin type | John Gilmore | 1 | -117/+173 | |
definition and initialization to *-exp.y. (lookup_primitive_typename): Use language-dependent vector. (lookup_typename): Fix bug, make it work if primitive typename. (lookup_unsigned_typename): Call above. (create_array_type): Set up range type for array index. (list_symbols): Call typedef_print to print typedefs. (Currently #ifndef FIXME'd out awaiting integration.) | |||||
1991-09-19 | Output hex with local_hex_string for Modula-2 support. | John Gilmore | 1 | -15/+15 | |
1991-09-19 | * main.c (execute_command): Warn as language changes automatically. | John Gilmore | 1 | -2/+37 | |
(main): If error() is called during early initialization, print its message and then exit(1) from GDB. | |||||
1991-09-19 | * stack.c (frame_info): Print language of stack frame. | John Gilmore | 1 | -22/+72 | |
(select_frame): Also select language, if in auto-mode. (get_frame_language): New subroutine. Output hex with local_hex_string for Modula-2 support. | |||||
1991-09-19 | Use parse_expression and parse_exp_1 rather than | John Gilmore | 1 | -63/+62 | |
parse_c_expression and parse_c_1. | |||||
1991-09-19 | Output hex with local_hex_string for Modula-2 support. | John Gilmore | 2 | -7/+16 | |
1991-09-19 | * values.c (unpack_long, value_from_longest): Handle | John Gilmore | 1 | -2/+8 | |
TYPE_CODE_BOOL and TYPE_CODE_CHAR. | |||||
1991-09-19 | Modula-2 support: | John Gilmore | 1 | -7/+22 | |
* defs.h (local_hex_format, local_hex_string): Add. | |||||
1991-09-19 | * breakpoint.c (breakpoint_cond_eval): Use new value_true to test | John Gilmore | 1 | -15/+26 | |
breakpoint condition language-independently. Output hex with local_hex_string for Modula-2 support. | |||||
1991-09-19 | * i386-xdep.c, pyr-tdep.c, pyr-xdep.c, remote-vx.c, solib.c, | John Gilmore | 4 | -45/+67 | |
source.c, symfile.c, dbxread.c: Output hex with local_hex_string for Modula-2 support. | |||||
1991-09-19 | * symfile.c (allocate_symtab): New fn, consolidates the work | John Gilmore | 2 | -57/+121 | |
of allocating and initializing a new struct symtab. Set the language of the symtab based on its filename extension. * symfile.h: Declare it. * mipsread.c (new_symtab): Use it. Minor formatting changes. * dbxread.c (end_symtab): Use it. * mipsread.c (parse_symbol, case stParam and stProc): Add #if 0'd code for saving types of parameters with each function definition. * dbxread.c (define_symbol, function and parameter cases): Ditto. (read_dbx_symtab, case N_DEFD): Ignore. (read_enum_type): Recognize FALSE/TRUE enum as Modula-2 BOOLEAN type. (read_range_type): Rename MAX_OF_TYPE to MAX_OF_C_TYPE, etc. #if 0 out its uses, though, since they set a dead value. * coffread.c (end_symtab): Use allocate_symtab. (process_coff_symbol): #if 0'd for functions and params as above. (read_enum_type): Recognize Modula-2 BOOLEAN. | |||||
1991-09-18 | * convex-tdep.c (comm_registers_info): Avoid parsing decimal and | John Gilmore | 1 | -10/+7 | |
hex -- let parse_and_eval_address do it. | |||||
1991-09-18 | * i387-tdep.c: New file, consolidates most 80387 support, | John Gilmore | 5 | -5/+5 | |
and eliminates host dependency on double<->extended conversions. * i386-xdep.c, symm-xdep.c: Remove most 387 support. * xconfig/i386{sco,v,v-g,v32,v32-g}: Now need i387-tdep.o. | |||||
1991-09-18 | * i386-xdep.c, symm-xdep.c: Remove most 387 support. | John Gilmore | 2 | -251/+26 | |
* i386-xdep.c: Output hex with local_hex_string for Modula-2 support. | |||||
1991-09-18 | * i387-tdep.c: New file, consolidates most 80387 support, | John Gilmore | 1 | -0/+127 | |
and eliminates host dependency on double<->extended conversions. | |||||
1991-09-18 | Doc how to add a language. | John Gilmore | 1 | -89/+200 | |
1991-09-17 | Initial revision | Stu Grossman | 2 | -0/+9 | |
1991-09-17 | sgi/irix config stuff. | Stu Grossman | 2 | -0/+372 | |
1991-09-17 | In mipsread.c (parse_symbol), put non-static procedures | Per Bothner | 1 | -0/+23 | |
in the global block. | |||||
1991-09-17 | Whoops! Make that #ifndef USG, not #ifdef | Stu Grossman | 1 | -1/+1 | |
1991-09-17 | #include <sys/ptrace.h> | Stu Grossman | 1 | -0/+3 | |
1991-09-17 | sgi/irix config stuff. | Stu Grossman | 1 | -1/+5 | |