aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2000-04-03 * Makefile.in (copying.c): Depend on copying.txt, not COPYING.Eli Zaretskii2-2/+17
(copying.txt): New target, a link to COPYING.
2000-04-03NEWS file updateDaniel Berlin1-0/+9
2000-04-03Update removing anything fixed.Andrew Cagney2-29/+43
2000-04-03Revert white space changes. Need way of stopping this happening.Andrew Cagney1-63/+63
2000-04-03Re-indent (almost). Several cases where indent was getting it wrongAndrew Cagney2-32/+41
were omitted.
2000-04-03Delete add_minsym_to_demangled_hash_table from symtabs.h. Static function.Andrew Cagney3-7/+13
2000-04-03Re-indent gdb-events.h, gdb-events.c using gdb-events.sh.Andrew Cagney4-86/+94
2000-04-03 * gdbtypes.c (safe_parse_type): New wrapper function to ignoreNicholas Duffek4-1/+73
error() during parse_and_eval_type(). (check_stub_method): Call safe_parse_type instead of parse_and_eval_type(). * wrapper.c (gdb_parse_and_eval_type): New wrapper function. (wrap_parse_and_eval_type): New support function. * wrapper.h (gdb_parse_and_eval_type): Prototype. (wrap_parse_and_eval_type): Prototype.
2000-04-03Add Eli to doco maintainers.Andrew Cagney2-0/+5
2000-04-03* gdbarch-utils.h, gdbarch-utils.c: New files.Andrew Cagney6-163/+417
* Makefile.in (SFILES, COMMON_OBS): Update. (gdbarch_utils_h) Define. (gdbarch-utils.o): Add dependencies. * gdbarch.c, gdbarch.sh: Include "gdbarch-utils.h". Fix code handling default method values. (startup_gdbarch): Rename default_gdbarch, name misleading. (breakpoint_from_pc): Default to legacy_breakpoint_from_pc. (register_name): Default to legacy_register_name. (call_dummy_words): Default to legacy_call_dummy_words. (sizeof_call_dummy_words): Default to legacy_sizeof_call_dummy_words. (register_convertible): Default to generic_register_convertible_not. (breakpoint_from_pc): Default to legacy_breakpoint_from_pc. (remote_translate_xfer_address): Default to generic_remote_translate_xfer_address. (frameless_function_invocation): Default to generic_frameless_function_invocation_not.
2000-04-022000-04-02 Mark Kettenis <kettenis@gnu.org>Mark Kettenis2-0/+3
* i386-linux-nat.c: Add copyright notice.
2000-04-022000-04-02 Mark Kettenis <kettenis@gnu.org>Mark Kettenis3-1/+11
* config/i386/xm-linux.h (HOST_LONG_DOUBLE_FORMAT): Define as &floatformat_i387_ext. * config/i386/xm-i386gnu.h (HOST_LONG_DOUBLE_FORMAT): Likewise.
2000-03-312000-03-29 Mark Kettenis <kettenis@gnu.org>Mark Kettenis2-8/+6
* findvar.c (extract_floating): Remove reference to TARGET_EXTRACT_FLOATING. (store_floating): Remove reference to TARGET_STORE_FLOATING.
2000-03-30 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-pointPhilippe De Muyter3-10/+21
values that can be represented exactly. * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match above change, and to not check against the directory part of the source file name. (step into print_long_arg_list): Likewise. (print print_small_structs from print_long_arg_list): Likewise. (print print_long_arg_list): Likewise.
2000-03-302000-03-30 Fernando Nasser <fnasser@cygnus.com>Fernando Nasser3-1/+52
* wrapper.c (gdb_value_subscript, wrap_value_subscript): New functions. Safe version of value_subscript. * varobj.c (): Use gdb_value_subscript() to get an array element value.
2000-03-302000-03-30 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder4-26/+46
* ui-file.c: Include "gdb_string.h" * cli-out.c: Include gdb_string.h to avoid compiler warnings. * wrapper.[ch] (struct gdb_wrapper_arguments): Change fields into unions, since they are all used to hold both pointers and ints at various times. Casting pointer to int and vice versa gives warnings (and is not safe) if they are not the same size.
2000-03-30Capitalize sentences.Michael Snyder1-19/+19
2000-03-302000-03-30 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder6-37/+54
* defs.h (struct continuation_arg): make 'data' a union, to avoid casting problems when int and pointer are not the same size. * event-top.c (command_handler): use data as a union. (command_line_handler_continuation): ditto. * infcmd.c (step_1_continuation): use data as a union. Re-indent. (step_once): ditto. (finish_command_continuation): ditto. (finish_command): ditto. * breakpoint.c (until_break_command): use data as a union. (until_break_command_continuation): ditto. * utils.c (add_intermediate_continuation): fix typo in comment.
2000-03-30gdbarch cleanups.Andrew Cagney4-126/+51
2000-03-30Didn't realize this auto-generated gdb-events.c. Since it does, i applied ↵Daniel Berlin1-3/+12
the gdb-events.c fix for deprecation back to here.
2000-03-30demangled symbol lookup fixesDaniel Berlin3-115/+142
2000-03-30 * configure.in: -linux-gnu*, not -linux-gnu.Jason Merrill2-1/+5
* configure (gcc_version): When setting, narrow search to lines containing `version_string'.
2000-03-29Fix thread-extra-info name. qfThreadExtraInfo ->qThreadExtraInfo.Andrew Cagney4-2/+12
2000-03-292000-03-28 J.T. Conklin <jtc@redback.com>J.T. Conklin2-19/+28
* gdb.texinfo: Clarify which remote debug protocol commands are required and which are optional.
2000-03-292000-03-29 J.T. Conklin <jtc@redback.com>J.T. Conklin3-2/+27
* i386nbsd-nat.c (fetch_core_registers): Make static. * m68knbsd-nat.c (fetch_core_registers): Make static. (m68knbsd_core_fns, _initialize_m68knbsd_nat): Added.
2000-03-29Revert movement of @chapter and @node tags from separate files toAndrew Cagney3-11/+7
gdb.texinfo.
2000-03-29Update GDB 5 status.Andrew Cagney2-14/+100
2000-03-29Fix various GCC warnings.Andrew Cagney4-3/+16
2000-03-282000-03-28 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>Michael Snyder3-0/+46
breakpoint.c, breakpoint.h (remove_hw_watchpoints): New function. infrun.c (resume): Remove hardware watchpoints before stepping when CANNOT_STEP_HW_WATCHPOINTS is nonzero.
2000-03-282000-03-28 Michael Snyder <msnyder@cleaver.cygnus.com>Michael Snyder2-1/+5
* Makefile.in: anchor tui-file.h dependency to $srcdir.
2000-03-282000-03-28 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>Michael Snyder2-4/+11
* breakpoint.c (insert_breakpoints, do_enable_breakpoint): Reselect the saved frame silently after frame selection for watchpoint evaluation. (insert_breakpoints): Add missing space in `Hardware watchpoint deleted' message. Do not reinsert hardware watchpoint if it is already marked for deletion at next stop.
2000-03-282000-03-28 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>Michael Snyder2-2/+7
* procfs.c (proc_set_watchpoint): Declare addr parameter as CORE_ADDR, to match call from procfs_set_watchpoint.
2000-03-28* partial-stab.h: Add one more check against corrupted or irregular stabsChristopher Faylor2-1/+6
entry.
2000-03-28 * gdb.texinfo: Update dates, bump to Eighth Edition (noteStan Shebs4-327/+431
expectation of additional changes before release), update ISBN, add copy of top-level menu for @ifhtml, remove explicit node links, rephrase and/or shorten lines to fix formatting problem in both regular and @smallbook formats. * annotate.texi: Shorten lines in example, use smallexample consistently everywhere. * Makefile.in: Add comment about texinfo 4.0 html generation. (SFILES_INCLUDED): Add annotate.texi.
2000-03-28 * gnu-regex.c (regerror): Function renamed from `__regerror'.Philippe De Muyter2-1/+6
2000-03-28From Jonathan L. Fix ser-unix.c timing out when there was no timeout.Andrew Cagney2-39/+33
2000-03-28The set debug changesDaniel Berlin12-294/+436
2000-03-28Bump copyright to 2000.Andrew Cagney2-1/+5
2000-03-28Add Glen McCreadyAndrew Cagney2-0/+5
2000-03-28Fix typo in description of GETREGS.Andrew Cagney3-2/+7
2000-03-272000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni1-1/+1
fix typo.
2000-03-272000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>Elena Zannoni2-1/+5
* gdb.base/printcmds.c: Terminate char array ctable2 with 0.
2000-03-27Add GDB 5.0 release criteria.Andrew Cagney2-1/+329
2000-03-27Move default definition of HAVE_PTRACE_GETREGS to acconfig.h.Andrew Cagney3-17/+26
2000-03-27Create destdirs before installing GDB (don't assume parent directoryAndrew Cagney2-0/+7
did it for us).
2000-03-27Re-fix ln -s gdbtk code. Mark ready for deletion post 5.0.Andrew Cagney2-8/+22
2000-03-27Revert white space changes.Andrew Cagney3-160/+168
2000-03-27Update list of folk that need accounts.Andrew Cagney2-5/+8
2000-03-26Make J.T. NetBSD maintainer.Andrew Cagney2-0/+5
2000-03-262000-03-27 Mark Kettenis <kettenis@gnu.org>Mark Kettenis3-3/+9
* config/i386/tm-i386.h: Fix typo. It is TARGET_LONG_DOUBLE_BIT instead of TARGET_LONG_DOUBLE_BITS. * config/i386/tm-i386mk.h: Likewise.