aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2003-01-13 * Makefile.in (TARGET_SYSTEM_ROOT, TARGET_SYSTEM_ROOT_DEFINE): NewDaniel Jacobowitz7-500/+632
variables. (main.o): Custom rule which uses $(TARGET_SYSTEM_ROOT_DEFINE). * configure.in: Add --with-sysroot. * configure: Regenerated. * main.c (gdb_sysroot): New variable. (captured_main): Initialize gdb_sysroot. * defs.h (gdb_sysroot): New extern declaration. * solib.c (_initialize_solib): Initialize solib_absolute_prefix.
2003-01-13 * gdb.texinfo (Files): Document solib-absolute-prefix andDaniel Jacobowitz2-0/+48
solib-search-path.
2003-01-13*** empty log message ***gdbadmin1-1/+1
2003-01-122003-01-12 Michael Chastain <mec@shout.net>Michael Chastain2-0/+5
* config/djgpp/fnchange.lst: add gdb/ChangeLog-2002.
2003-01-122003-01-12 Michael Chastain <mec@shout.net>Michael Chastain2-2/+6
* top.c (print_gdb_version): Bump copyright year to 2003.
2003-01-122003-01-12 David Carlton <carlton@bactrian.org>David Carlton2-4/+9
* linespec.c (symtab_from_filename): Rename variable 's' to 'file_symtab'.
2003-01-122003-01-12 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2-23/+9
* d10v-tdep.c (d10v_init_extra_frame_info): Remove checks for a dummy frame. (d10v_frame_saved_pc, d10v_frame_chain): Ditto.
2003-01-122003-01-12 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2-31/+65
* d10v-tdep.c: Include "gdb_assert.h". (d10v_store_return_value): Rewrite to match current interface. (d10v_extract_struct_value_address): Ditto. (d10v_extract_return_value): Ditto. (d10v_gdbarch_init): Set store_restore_value, extract_struct_value_address and extract_return_value.
2003-01-12 * hpread.c (set_namestring): New procedure replacing theJoel Brobecker2-26/+41
SET_NAMESTRING macro. (hpread_build_psymtabs): Replace calls to SET_NAMESTRING by calls to set_namestring.
2003-01-12*** empty log message ***gdbadmin1-1/+1
2003-01-11 * hpread.c (SET_NAMESTRING): Remove an incorrect cast to fixJoel Brobecker2-4/+10
a compilation warning. (hpread_process_one_debug_symbol): Likewise.
2003-01-112003-01-10 David Carlton <carlton@math.stanford.edu>David Carlton2-29/+42
* linespec.c (decode_line_1): Rename variable 's' to 'file_symtab'. (decode_all_digits): Rename argument 's' to 'file_symtab'. (decode_dollar): Ditto. (decode_variable): Ditto. (symbol_found): Ditto.
2003-01-11*** empty log message ***gdbadmin1-1/+1
2003-01-102003-01-09 Michael Chastain <mec@shout.net>Michael Chastain2-56/+18
* gdbint.texinfo (Configuring @value{GDBN} for Release): Delete. (Create a Release): Add new instructions for new @file{src-release}. Document existing instructions for @file{Makefile.in} as being for @value{GDBN} 5.3.1 or earlier.
2003-01-102003-01-09 Michael Chastain <mec@shout.net>Michael Chastain2-0/+13
* config/djgpp/fnchange.lst: update file list for testsuite/gdb.c++.
2003-01-10 * win32-nat.c (set_process_privilege): New function.Corinna Vinschen3-0/+172
(child_attach): Call set_process_privilege() to enable the SE_DEBUG_NAME user privilege if available in process token.
2003-01-10 * hpread.c (hpread_process_one_debug_symbol): Fix a smallJoel Brobecker2-2/+7
compilation error in the previous revision.
2003-01-10*** empty log message ***gdbadmin1-1/+1
2003-01-092003-01-09 David Carlton <carlton@math.stanford.edu>David Carlton2-1/+5
* linespec.c: Update copyright.
2003-01-09Roll ChangeLog / ChangeLog-2002.Andrew Cagney2-15037/+15040
2003-01-09 * gdb.base/detach.exp: New test.Daniel Jacobowitz2-0/+79
2003-01-09 * lin-lwp.c (child_wait): Ignore exit statuses for processes otherDaniel Jacobowitz2-1/+26
than inferior_ptid. (lin_lwp_wait): Ignore exit statuses for unknown LWPs.
2003-01-092003-01-09 Andrew Cagney <ac131313@redhat.com>Andrew Cagney5-27/+33
* frame.h (frame_obstack_zalloc): Replace frame_obstack_alloc. Update comments. * frame.c (frame_obstack_zalloc): Replace frame_obstack_alloc. (frame_saved_regs_zalloc): Update. (frame_saved_regs_register_unwind): Update. (create_new_frame): Update. (get_prev_frame): Update. (frame_extra_info_zalloc): Update. (deprecated_get_frame_saved_regs): Update. * dwarf2cfi.c (cfi_init_extra_frame_info): Update. * cris-tdep.c: Update comment.
2003-01-09 * Makefile.in (ALL_SUBDIRS): New variable.Daniel Jacobowitz11-120/+43
(subdirs, clean, distclean): Use it. * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for regenerating Makefile, since it is generated from the top level. * gdb.asm/Makefile.in: Likewise. * gdb.base/Makefile.in: Likewise. * gdb.c++/Makefile.in: Likewise. * gdb.disasm/Makefile.in: Likewise. * gdb.java/Makefile.in: Likewise. * gdb.mi/Makefile.in: Likewise. * gdb.threads/Makefile.in: Likewise. * gdb.trace/Makefile.in: Likewise.
2003-01-092003-01-09 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2-3/+8
* gdbint.texinfo (Target Architecture Definition): Mention frame_saved_regs_zalloc and frame_extra_info_zalloc as the way to allocate memory.
2003-01-092003-01-09 Andrew Cagney <ac131313@redhat.com>Andrew Cagney15-17/+26
* somsolib.h: Fix function indentation. * disasm.c, buildsym.c, buildsym.h: Eliminate PTR. * gnu-v2-abi.c, f-typeprint.c, x86-64-linux-tdep.c: Eliminate STREQ. * demangle.c, ax-gdb.c, c-valprint.c: Eliminate STREQ. * alpha-osf1-tdep.c, corefile.c: Eliminate STREQ. * somsolib.c, inftarg.c: Remove assignment in if conditional.
2003-01-092003-01-09 Andrew Cagney <ac131313@redhat.com>Andrew Cagney7-15/+31
* infrun.c (follow_fork): Use ISO C definition. * expprint.c (print_subexp): Use xfree instead of free. * charset.c: Include "gdb_string.h" instead of <string.h>. (register_iconv_charsets): Use ISO C definition. (host_charset, target_charset): Ditto. * Makefile.in (charset.o): Update dependencies. (mi-cmd-env.o): Update dependencies. Index: mi/ChangeLog 2003-01-09 Andrew Cagney <ac131313@redhat.com> * mi-cmd-env.c: Include "gdb_string.h" instead of <string.h>. Move all includes to after "defs.h".
2003-01-092003-01-09 David Carlton <carlton@math.stanford.edu>David Carlton2-1/+8
* gdb.c++/annota2.exp: KFAIL "watch triggered on a.x". Add copyright year 2003.
2003-01-092003-01-08 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2-7/+29
* gdb_mbuild.sh: Add --keep option. When specified, keep the build directories. Save edited gdb output in Mbuild.log. If a build fails, remove any final GDB executable.
2003-01-092003-01-08 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-1/+6
* alpha-linux-tdep.c (alpha_linux_sigcontext_addr): Use get_frame_base.
2003-01-09*** empty log message ***gdbadmin1-1/+1
2003-01-082003-01-08 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2-1/+27
* gdb_mbuild.sh: Edit the output of `maint print architecture' replacing hex constants with function names and stripping leading file name directory prefixes.
2003-01-082003-01-08 Andrew Cagney <cagney@redhat.com>Andrew Cagney3-9/+15
* gcore.c, i386-linux-tdep.c: Use get_frame_pc, get_next_frame and get_frame_base.
2003-01-082003-01-08 David Carlton <carlton@math.stanford.edu>David Carlton2-23/+47
* linespec.c (decode_line_1): Move code into decode_variable. (decode_variable): New function.
2003-01-082003-01-08 Andrew Cagney <ac131313@redhat.com>Andrew Cagney2-1/+5
* mn10300-tdep.c (analyze_dummy_frame): Fix typo.
2003-01-082003-01-08 Andrew Cagney <cagney@redhat.com>Andrew Cagney7-11/+30
* cris-tdep.c (cris_frame_init_saved_regs): Use get_frame_saved_regs and SIZEOF_FRAME_SAVED_REGS when copying a saved_regs buffer. * sh-tdep.c (sh_nofp_frame_init_saved_regs): Ditto. (sh64_nofp_frame_init_saved_regs): Ditto. (sh_fp_frame_init_saved_regs): Ditto. * arm-tdep.c: Use deprecated_set_frame_saved_regs_hack. * mips-tdep.c (mips_init_extra_frame_info): Ditto. * mcore-tdep.c (analyze_dummy_frame): Ditto. * mn10300-tdep.c (analyze_dummy_frame): Ditto.
2003-01-08 * minsyms.c (lookup_minimal_symbol): Update comment.Daniel Jacobowitz2-24/+36
(lookup_minimal_symbol_text): Update comment. Use the hash table. (lookup_minimal_symbol_solib_trampoline): Likewise.
2003-01-082003-01-08 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-1/+5
* d10v-tdep.c (d10v_init_extra_frame_info): Use frame_relative_level.
2003-01-082003-01-08 Andrew Cagney <cagney@redhat.com>Andrew Cagney16-352/+383
* alpha-tdep.c: Use get_frame_extra_info. * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto. * h8300-tdep.c, ia64-tdep.c, m68hc11-tdep.c, mcore-tdep.c: Ditto. * mips-tdep.c, mn10300-tdep.c, s390-tdep.c, sh-tdep.c: Ditto. * sparc-tdep.c, xstormy16-tdep.c: Ditto.
2003-01-082003-01-08 Andrew Cagney <cagney@redhat.com>Andrew Cagney24-167/+193
* alpha-tdep.c: Use get_next_frame. * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto. * dwarf2cfi.c, h8300-tdep.c, i386-tdep.c, ia64-tdep.c: Ditto. * m68hc11-tdep.c, m68k-tdep.c, mcore-tdep.c: Ditto. * mips-tdep.c, mn10200-tdep.c, mn10300-tdep.c: Ditto. * ns32k-tdep.c, s390-tdep.c, sh-tdep.c, sparc-tdep.c: Ditto. * v850-tdep.c, vax-tdep.c, x86-64-linux-tdep.c: Ditto. * xstormy16-tdep.c: Ditto.
2003-01-082003-01-07 Andrew Cagney <cagney@redhat.com>Andrew Cagney26-299/+407
* alpha-tdep.c: Use get_frame_base. * arm-tdep.c, avr-tdep.c, cris-tdep.c, d10v-tdep.c: Ditto. * h8300-tdep.c, i386-tdep.c, ia64-tdep.c, m68hc11-tdep.c: Ditto. * m68k-tdep.c, mcore-tdep.c, mips-tdep.c, mn10200-tdep.c: Ditto. * mn10300-tdep.c, ns32k-tdep.c, s390-tdep.c, sh-tdep.c: Ditto. * sparc-tdep.c, v850-tdep.c, vax-tdep.c: Ditto. * x86-64-linux-tdep.c, xstormy16-tdep.c: Ditto. * config/h8500/tm-h8500.h, config/mn10200/tm-mn10200.h: Ditto. * config/sparc/tm-sparc.h: Ditto.
2003-01-08*** empty log message ***gdbadmin1-1/+1
2003-01-072003-01-07 Andrew Cagney <cagney@redhat.com>Andrew Cagney4-2/+36
* frame.c (deprecated_get_frame_context): New function. (deprecated_set_frame_context): New function. * frame.h (deprecated_get_frame_context): Declare. (deprecated_set_frame_context): Declare. * dwarf2cfi.c (UNWIND_CONTEXT): Use deprecated_get_frame_context. (cfi_init_extra_frame_info): Use deprecated_set_frame_context.
2003-01-072003-01-07 Andrew Cagney <cagney@redhat.com>Andrew Cagney5-4/+36
* frame.c (deprecated_set_frame_next_hack): New function. (deprecated_set_frame_prev_hack): New function. * frame.h (deprecated_set_frame_next_hack): Declare. (deprecated_set_frame_prev_hack): Declare. * mcore-tdep.c (analyze_dummy_frame): Use deprecated_set_frame_next_hack and deprecated_set_frame_prev_hack. * mn10300-tdep.c (analyze_dummy_frame): Ditto.
2003-01-072003-01-07 David Carlton <carlton@math.stanford.edu>David Carlton2-63/+87
* linespec.c (decode_line_1): Move code into decode_dollar. (decode_dollar): New function.
2003-01-07zap #define FRAME_C.Andrew Cagney1-1/+0
2003-01-072003-01-07 Andrew Cagney <cagney@redhat.com>Andrew Cagney5-17/+24
* arm-tdep.c (arm_init_extra_frame_info): Use deprecated_update_frame_base_hack. * xstormy16-tdep.c (xstormy16_scan_prologue): Ditto. * mn10300-tdep.c (analyze_dummy_frame): Ditto. (fix_frame_pointer): Ditto. (mn10300_analyze_prologue): Ditto.
2003-01-072003-01-07 Andrew Cagney <cagney@redhat.com>Andrew Cagney17-36/+47
* xstormy16-tdep.c (xstormy16_init_extra_frame_info): Allocate extra_info using frame_extra_info_zalloc. * sparc-tdep.c (sparc_init_extra_frame_info): Ditto. * sh-tdep.c (sh_init_extra_frame_info): Ditto. (sh64_init_extra_frame_info): Ditto. * mn10300-tdep.c (mn10300_init_extra_frame_info): Ditto. * s390-tdep.c (s390_init_extra_frame_info): Ditto. * mips-tdep.c (mips_init_extra_frame_info): Ditto. * mcore-tdep.c (mcore_init_extra_frame_info): Ditto. * frv-tdep.c (frv_init_extra_frame_info): Ditto. * m68hc11-tdep.c (m68hc11_init_extra_frame_info): Ditto. * ia64-tdep.c (ia64_init_extra_frame_info): Ditto. * h8300-tdep.c (h8300_init_extra_frame_info): Ditto. * d10v-tdep.c (d10v_init_extra_frame_info): Ditto. * cris-tdep.c (cris_init_extra_frame_info): Ditto. * arm-tdep.c (arm_init_extra_frame_info): Ditto. * alpha-tdep.c (alpha_init_extra_frame_info): Ditto. * mn10300-tdep.c (analyze_dummy_frame): Use deprecated_set_frame_extra_info_hack. * mcore-tdep.c (analyze_dummy_frame): Ditto.
2003-01-07 * mdebugread.c (parse_symbol): Skip stProc entries which storageJoel Brobecker2-22/+71
class is not scText. These do not define "real" procedures. (parse_partial_symbols): Likewise.
2003-01-072003-01-06 Michael Chastain <mec@shout.net>Michael Chastain3-2/+14
* gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): When selecting a thread, 'line' and 'file' are optional. * gdb.mi/mi1-pthreads.exp: Likewise.