John Gilmore
0476df731c
rtpc->romp
35 years ago
John Gilmore
6066cdfc0d
Rearrange "how to install" and "how to print the doc" stuff so it drops
easier into README.
35 years ago
Roland Pesch
432ae9a94b
add missing index entries for set/show print sevenbit-strings.
35 years ago
Roland Pesch
513c6e2bc1
*** empty log message ***
35 years ago
Roland Pesch
376de38d61
Update configs table.
35 years ago
John Gilmore
080193ca60
Update for gdb-4.1.
35 years ago
John Gilmore
aeb62c7b50
Roll in information from README.
35 years ago
John Gilmore
dc4a4b2e6a
Update for gdb-4.1 release.
35 years ago
John Gilmore
0b7984094d
* language.c (set_language_command): Print useful help message,
and restore the language string after giving help.
* valprint.c (typedef_print): Print typedef in C or M2.
* symtab.c (list_symbols): Use it.
35 years ago
John Gilmore
5f3d478e7d
* main.c (main): Avoid any output before (gdb) prompt when -q.
* language.c (set_language_command): Handle errors by restoring
the language string to its current state (fix from A. Beers).
35 years ago
Roland Pesch
14e2990a5f
*** empty log message ***
35 years ago
Roland Pesch
b7ced3225a
Fri Sep 20 15:46:00 1991 Roland H. Pesch (pesch at cygnus.com)
* doc/Makefile: generate aux version-no file doc/gdbVN.m4
from main Makefile.in version definition
doc/gdb.texinfo: use version recorded in doc/gdbVN.m4 for current
GDB version no refs
Makefile.in (setup-to-dist): generate doc/gdbVN.m4
35 years ago
Roland Pesch
1c484dd7cb
Extract GDB version number from main GDB dir Makefile.in.
35 years ago
Per Bothner
ab1e12a22e
Kludge to allow compilation by non-ANSI compilers.
35 years ago
Roland Pesch
73c9796dac
Merged in new doc on language setting, C, and Mod-2 by Andrew Beers;
cleanups to node structure.
35 years ago
John Gilmore
1fea803977
* dbxread.c (read_dbx_symtab, process_one_symbol): N_FN and
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.
35 years ago
Stu Grossman
a4c53fb006
Sign extend extended line offsets in parse_lines correctly.
35 years ago
Stu Grossman
9ce7cb7c52
#define yyerrflag and yynerrs to avoid global name conflicts.
35 years ago
Stu Grossman
e9f82257cf
*** empty log message ***
35 years ago
John Gilmore
a3a9ba23bc
.gdbinit: move set complaints 1 to top.
35 years ago
John Gilmore
7cb8375793
* language.c (_initialize_language): Fix type check and range
check documentation strings.
35 years ago
John Gilmore
c2536607c6
* utils.c (!HAVE_VPRINTF): Define vfprintf as a function, so
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.
35 years ago
John Gilmore
9c85f3ceac
Preparation for gdb-4.1 release.
35 years ago
John Gilmore
006774c48a
Remove rcfonts.tex after building refcard.
35 years ago
John Gilmore
531dca4989
(HFILES): Add minimon.h.
(VERSION): Roll version number to 4.0.95.
35 years ago
Roland Pesch
613d64489a
doc/gdbint.texinfo
35 years ago
Roland Pesch
97f3cb7275
Reorder contents; reorganize new-host, new-target, and new-config
chapters; fix minor typos; come closer to usual GNU markup conventions
for @file @samp @code @var .
35 years ago
Per Bothner
c44582c81a
Various mips changes from Peter Schauer.
35 years ago
Per Bothner
4cf73f0475
Define HAVE_STRSTR.
35 years ago
John Gilmore
ef08856f62
Add language.h.
35 years ago
John Gilmore
c82e8a491c
Minor fixes
35 years ago
John Gilmore
e5fa3486b1
* mipsread.c (_initialize_mipsread): Avoid using
builtin_type_void at initialize time.
(mipscoff_symfile_read): use it now.
35 years ago
John Gilmore
f24adda313
* c-exp.y, m2-exp.y: Lint.
* m2-exp.y: Avoid using yytname[] which is a Bison-ism.
35 years ago
John Gilmore
cd93283c87
Circumvent Sun Make bug on *-exp.tab.o.
35 years ago
John Gilmore
9dffe475b5
Lint
35 years ago
John Gilmore
0def21a0f2
Andrew Beers' changes for Modula-2 support.
35 years ago
John Gilmore
c8023e6630
* language.h, language.c: New files for language-specific macros,
declarations, and definitions.
35 years ago
John Gilmore
91ec58ee5c
Eliminate uses of working_lang.
35 years ago
John Gilmore
bee3c1a1ec
* valprint.c (type_print_base): Avoid printing garbage for ints
of unusual sizes.
(_initialize_valprint): Warn about host/target size assumption;
improve long long support slightly.
35 years ago
John Gilmore
94d86c7cb5
Add M2 to what's new.
35 years ago
John Gilmore
56d921a893
Cope with new files and removed files for Modula-2 support.
35 years ago
John Gilmore
3d6b6a9075
* parse.c: New file with the common code remains of expread.y.
* 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.
35 years ago
John Gilmore
997a978c5d
* symtab.c (_initialize_symtab): Remove builtin type
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.)
35 years ago
John Gilmore
ec99961f8a
Output hex with local_hex_string for Modula-2 support.
35 years ago
John Gilmore
bd09940765
* main.c (execute_command): Warn as language changes automatically.
(main): If error() is called during early initialization, print
its message and then exit(1) from GDB.
35 years ago
John Gilmore
89e0bbcd4f
* stack.c (frame_info): Print language of stack frame.
(select_frame): Also select language, if in auto-mode.
(get_frame_language): New subroutine.
Output hex with local_hex_string for Modula-2 support.
35 years ago
John Gilmore
2ccb38371a
Use parse_expression and parse_exp_1 rather than
parse_c_expression and parse_c_1.
35 years ago
John Gilmore
d8b3b00eb2
Output hex with local_hex_string for Modula-2 support.
35 years ago
John Gilmore
35505d07d7
* values.c (unpack_long, value_from_longest): Handle
TYPE_CODE_BOOL and TYPE_CODE_CHAR.
35 years ago
John Gilmore
a10c0d365a
Modula-2 support:
* defs.h (local_hex_format, local_hex_string): Add.
35 years ago