aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
1993-11-30 * Makefile.in (check): Do not use subdir_do, so thatIan Lance Taylor1-0/+5
TARGET_FLAGS_TO_PASS is used correctly.
1993-11-30 * i386-nlmstub.c: Undo I/O redirection changes by Tom Lord.Stu Grossman2-14/+19
These definitely won't work under Netware.
1993-11-29Modified Files:Kung Hsu2-1/+6
ChangeLog stabsread.c * stabsread.c(read_struct_field): Fix the check when getting to member functions. (fix pr4000).
1993-11-29 gcc -Wall -O lint:Ian Lance Taylor1-0/+10
* mips-tdep.c (heuristic_proc_desc): Initialize reg30 to avoid warning. Unnest comment. (init_extra_frame_info): Remove unused variable mask. (MASK): Fully parenthesize. (mips_push_dummy_frame): Remove unused variable val. (mips_skip_prologue): Remove unused variables f and b.
1993-11-29 * mipsread.c (parse_symbol, parse_partial_symbols): Do not createPeter Schauer1-0/+5
(partial) symbols for opaque struct definitions.
1993-11-29 * i386ly-tdep.c (i386lynx_saved_pc_after_call): Change call_instStu Grossman2-1/+11
to unsigned char to avoid domain warning for some values.
1993-11-29Formatting improvements from 93q4 release.Roland Pesch3-24/+36
1993-11-29Fix punctuation after corrected xref.Roland Pesch1-1/+1
1993-11-29 * gdb.texinfo (New Features): mention threads.Roland Pesch3-80/+158
(Summary, C): fix xrefs in newly contributed text. (Threads): index entries, clarifications, example (passim): minor typos fixed, phrasing improvements * remote.texi (Bootstrapping): rephrase text on ^C and add index entries; (Server): explain use of gdbserver w/real-time systems, add example of conflicting TCP port; (MIPS Remote) break up running text into table, highlighting commands, and add example.
1993-11-24comment fix.Roland Pesch1-1/+1
1993-11-24* refcard.tex: avoid bad linebreaks even when REFEDITS=psrc.sedRoland Pesch1-48/+142
(these probably crept w/minor changes in spacing when A4 stuff updated recently); update copyright date consistently * cygref.tex: bring up to date with refcard.tex
1993-11-23 * remote-e7000.c (e7000_wait): Cope with H8/300 register dump.Steve Chamberlain2-29/+13
* config/h8300/h8300hms.mt: Add remote-e7000.
1993-11-22 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.Peter Schauer1-1/+2
* gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed .stabs directives in comments.
1993-11-22 * gdb/config/m88k/delta88.mh (NATDEPFILES): Added corelow.o andFred Fish3-2/+18
coredep.o to this list. * gdb/m88k-nat.c (m88k_register_u_addr): Avoid error when passed the number for an M88110 extended register by just returning the address of r0.
1993-11-20 * go32-xdep.c (re_comp, re_exec): Remove stubs now that gdbFred Fish2-3/+5
always uses it's own version of regex.
1993-11-20Modified Files:Kung Hsu1-0/+6
ChangeLog valops.c symtab.c * valops.c(value_struct_elt_for_reference): enhance search operator in c++. * symtab.c(decode_line_1): same as above.
1993-11-19 * symtab.c (decode_line_1): Add comment about use ofJim Kingdon2-0/+13
return_to_top_level directly instead of error. Add comment saying that the '' should not be needed--that the completer should be fixed.
1993-11-19 * TODO: New file, describing tests we could write.Jim Kingdon1-1/+1
* gdb.t09/corefile.exp: Move description of tests to write to TODO.
1993-11-19 * TODO: New file, describing tests we could write.Jim Kingdon1-0/+5
* gdb.t06/corefile.exp: Move description of tests to write to TODO.
1993-11-19Modified Files:Kung Hsu2-7/+32
ChangeLog symtab.c * symtab.c(decode_line_1): fix the inconsistency of setting breakpoint with '' or without them. The '' is needed when you want name completion.
1993-11-19New file, for known lacks in testsuiteJim Kingdon1-0/+0
1993-11-18Modified Files:Kung Hsu2-0/+11
ChangeLog valops.c * valops.c(search_struct_method): to use unified search so type conversion operator works in calling method. (this file should be checked in with last commit, I missed it).
1993-11-18Fix for PR 3978:Fred Fish1-0/+7
* valprint.c (val_print_string): When looking for a null terminator compare current bufsize to fetchlimit to determine when to stop, instead of computing buffer+fetchlimit which may overflow for very large limits (like "unlimited").
1993-11-18Modified Files:Kung Hsu1-0/+6
ChangeLog eval.c valarith.c * eval.c(evaluate_subexp): to use unified search so type conversion operator works in calling method. * valarith.c(value_x_binop, value_x_unop): same as above.
1993-11-17 * mipsread.c: Change use of ECOFF information to correspond toIan Lance Taylor1-0/+6
changes in bfd/libecoff.h. (mipscoff_symfile_offsets): Made static.
1993-11-17Modified Files:Kung Hsu3-21/+68
ChangeLog eval.c valops.c * valops.c (typecmp): improve prototype matching when calling a method. Make 'p (*(ostream *) &cout) << "lll" ' to work. * eval.c(evalute_subexp): fix operator search problem when call like p x.'operator+'(i).
1993-11-17Please CVS, let me kill this file!Stu Grossman1-282/+0
1993-11-17Please CVS, let me kill these files...Stu Grossman1-277/+0
1993-11-17 * i386ly-nat.c, i386lynx-nat.c, m68kly-nat.c: Remove. MoveStu Grossman9-96/+101
common code into lynx-nat.c. * lynx-nat.c: New module. Contains portable code for Lynx native stuff (mostly ptrace related). * config/i386/i386lynx.mh (NATDEPFILES): i386ly-nat.o -> lynx-nat.o * config/m68k/m68klynx.mh (NATDEPFILES): i386ly-nat.o -> lynx-nat.o * config/nm-lynx.h, config/tm-lynx.h: New files to contain non-architecture specific native and target defs. * config/i386/nm-i386lynx.h, config/i386/tm-i386lynx.h, config/m68k/nm-m68klynx.h, config/m68k/tm-m68klynx.h: Move all (arch) portable stuff into ../{tm nm}-lynx.h.
1993-11-17 * i386ly-nat.c, i386lynx-nat.c, m68kly-nat.c: Remove. MoveStu Grossman1-0/+310
common code into lynx-nat.c. * lynx-nat.c: New module. Contains portable code for Lynx native stuff (mostly ptrace related). * config/i386/i386lynx.mh (NATDEPFILES): i386ly-nat.o -> lynx-nat.o * config/m68k/m68klynx.mh (NATDEPFILES): i386ly-nat.o -> lynx-nat.o * config/nm-lynx.h, config/tm-lynx.h: New files to contain non-architecture specific native and target defs. * config/i386/nm-i386lynx.h, config/i386/tm-i386lynx.h, config/m68k/nm-m68klynx.h, config/m68k/tm-m68klynx.h: Move all (arch) portable stuff into ../{tm nm}-lynx.h.
1993-11-17 * symtab.c (gdb_mangle_name): Only assume that the physname isJim Kingdon2-11/+17
the entire mangled name if it looks like the mangled name of a constructor. Needed for testsuite to work with GCC 2.4.5.
1993-11-17* gdb.t06/signals.exp: Add kludge to force re-sync.Jim Kingdon1-0/+2
1993-11-17 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"Jim Kingdon1-0/+5
to xgdb instead of gdb, get out of gdb.
1993-11-17 * i386ly-nat.c, i386lynx-nat.c, m68kly-nat.c: Remove. MoveStu Grossman2-2/+21
common code into lynx-nat.c. * lynx-nat.c: New module. Contains portable code for Lynx native stuff (mostly ptrace related). * config/i386/i386lynx.mh (NATDEPFILES): i386ly-nat.o -> lynx-nat.o * config/m68k/m68klynx.mh (NATDEPFILES): i386ly-nat.o -> lynx-nat.o * config/nm-lynx.h, config/tm-lynx.h: New files to contain non-architecture specific native and target defs. * config/i386/nm-i386lynx.h, config/i386/tm-i386lynx.h, config/m68k/nm-m68klynx.h, config/m68k/tm-m68klynx.h: Move all (arch) portable stuff into ../{tm nm}-lynx.h.
1993-11-16 * a68v-nat.c: Replace with new version from Troy Rollo. TheJim Kingdon3-102/+87
version I am replacing appears to be an old copy of sun3-nat.c. * dstread.c (dst_symfile_read): Replace sort_all_symtab_syms call with loop.
1993-11-16 * Makefile.in (TAGS): Depend on TAGFILES_{NO,WITH}_SRCDIR.Jim Kingdon1-0/+13
* Makefile.in: (HFILES,TAGFILES): Split into _WITH_SRCDIR and _NO_SRCDIR versions. (TAGS): Only add srcdir to TAGFILES_NO_SRCDIR. (This is part of a long saga involving me putting srcdir on everything (perhaps for now-obsolete reasons, I forget), Rich removing the srcdir from everything, Stu putting it back some places for Sun make, and me just now getting around to fixing `make TAGS' again).
1993-11-16Add ChangeLog entry for change by RobJim Kingdon1-0/+5
1993-11-16Correct typos in sac ChangeLog entryJim Kingdon1-1/+1
1993-11-16Modified Files:Kung Hsu1-0/+5
ChangeLog stack.c * stack.c(print_frame_info): print demangled function name ansi style.
1993-11-15How many times do I have to do this...Steve Chamberlain5-69/+15
1993-11-15Use remote-e7000.cSteve Chamberlain2-5/+6
1993-11-15 * config/i386/linux.mh: Remove XM_CLIBS, TERMLIB, SYSV_DEFINE, andJim Kingdon2-2/+14
REGEX. * config/i386/xm-linux.h: Don't include xm-i386v.h. Define HOST_BYTE_ORDER ourselves. Define HAVE_TERMIOS not HAVE_TERMIO. Define NEED_POSIX_SETPGID. Include unistd.h.
1993-11-15 * remote-e7000.c: New file to cope with the Hitachi E7000 ICE.Steve Chamberlain4-37/+1517
* remote-utils.c, remote-utils.h (gr_load_image): New function to download to target. * h8300-tdep.c, h8500-tdep.c, remote-z8k.c, sh-tdep.c z8k-tdep.c (sim_load): delete. * remote-sim.c (sim_load): Use gr_load_image. * config/sh/sh.mt: Add remote-e7000
1993-11-15Initial revisionSteve Chamberlain1-0/+0
1993-11-15Why does cvs keep core dumping?Steve Chamberlain1-2/+1
1993-11-15 * remote-utils.c, remote-utils.h (gr_load_image): New function toSteve Chamberlain1-2/+57
download to target.
1993-11-15Modified Files:Kung Hsu2-1/+6
ChangeLog symtab.c * symtab.c(gdb_mangle_name): fix the problem with constructor name mangling.
1993-11-15 * gdbtypes.h: Add TYPE_FLAG_TARGET_STUB.Jim Kingdon10-59/+119
* gdbtypes.c (check_stub_type): On TYPE_FLAG_TARGET_STUB, do what cleanup_undefined_types does for arrays, except we clear TYPE_FLAG_TARGET_STUB if we fix up the type. * stabsread.c (cleanup_undefined_types): Add comments about how doing arrays here is no longer the clean way to do it. (read_array_type): Set TYPE_FLAG_TARGET_STUB as well as calling add_undefined_type. * c-typeprint.c, ch-typeprint.c: Move call to check_stub_type outside switch so it happens for all type codes. * cp-valprint.c (cp_print_value_fields): Recurse to val_print, instead of c_val_print, so that check_stub_type gets called. * gdbtypes.h, gdbtypes.c, m2-lang.c, ch-lang.c, c-lang.c: Remove TYPE_FLAG_SIGNED. It was inconsistently set, never checked (except in recursive_dump_type), and is pointless.
1993-11-15 * paread.c (pa_symfile_init): Look for the $TEXT$ section ratherJeff Law2-2/+7
than the .text section.
1993-11-15 * stabsread.c: Remove #if 0'd dbx_class_complaint. We now handleJim Kingdon2-10/+4
this (more or less) gracefully, and complain() was never a good way of dealing with this.