aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2002-10-22 * configure: Regenerate using the proper version of autoconf.Joel Brobecker2-438/+427
2002-10-22 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update lineDaniel Jacobowitz5-13/+93
numbers. Allow "foo2|selected stack frame". * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end. * gdb.asm/asmsrc2.s: Likewise. * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update comments. * gdb.asm/mips.inc: New file.
2002-10-22*** empty log message ***gdbadmin1-1/+1
2002-10-212002-10-21 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-0/+11
* findvar.c (read_var_value): Temporarily disable TLS code, until complete TLS support is added.
2002-10-212002-10-21 Jim Blandy <jimb@redhat.com>Elena Zannoni5-1/+86
Elena Zannoni <ezannoni@redhat.com> * symtab.h (address_class): Re-add LOC_THREAD_LOCAL_STATIC for thread local storage locations. (struct symbol): Add objfile field. (SYMBOL_OBJFILE): Define. * dwarf2read.c (is_thread_local): New static variable. (new_symbol): If variable is in thread local fill in address class and objfile appropriately. (decode_locdesc): Recognize and handle DW_OP_GNU_push_tls_address stack operation. * printcmd.c (address_info): Print the information for thread local storage variable. * findvar.c (read_var_value): In case of thread local variable, defer to the target vector code to compute address.
2002-10-212002-10-21 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni1-0/+4
* solib-svr4.c (svr4_fetch_objfile_link_map): New function. * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
2002-10-212002-10-21 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni2-0/+76
* solib-svr4.c (svr4_fetch_objfile_link_map): New function. * solib-svr4.h (svr4_fetch_objfile_link_map): Export.
2002-10-212002-10-21 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni5-6/+14
* symtab.h (address_class): Rename LOC_THREAD_LOCAL_STATIC to LOC_HP_THREAD_LOCAL_STATIC. * hpread.c (hpread_process_one_debug_symbol): Ditto. * printcmd.c (address_info): Ditto. * findvar.c (symbol_read_needs_frame, read_var_value): Ditto.
2002-10-21*** empty log message ***gdbadmin1-1/+1
2002-10-20* i386bsd-nat.c (i386bsd_dr_set, i386bsd_dr_get_status): UseMark Kettenis2-2/+5
DBREG_DRX macro to acces debug registers.
2002-10-20* Makefile.in (i386obsd-tdep.o): New target.Mark Kettenis2-0/+4
2002-10-20* solib-sunos.c: Include "bcache.h" and "regcache.h".Mark Kettenis3-1/+7
* Makefile.in (solib-sunos.o): Add $(bcache_h) and $(regcache_h).
2002-10-20* configure.tgt (i[3456]86-*-openbsd*): Set gdb_target to obds.Mark Kettenis6-6/+147
* config/i386/obsd.mt: New file. * i386bsd-nat.c (_initialize_i386bsd_nat): Introduce i386obsd_sc_pc_offset and i386obsd_sc_sp_offset; * i386obsd-nat.c (_initialize_i386obsd_nat): Set i386obsd_sigtramp_start and i386obsd_sigtramp_end instead of i386nbsd_sigtramp_start and i386nbsd_sigtramp_end. * i386obsd-tdep.c: New file.
2002-10-202002-10-19 David O'Brien <obrien@FreeBSD.org>David O'Brien1-5/+3
* configure.tgt (alpha*-*-freebsd*, i[3456]86-*-freebsd*, sparc64-*-freebsd*): Combine to make *-*-freebsd* with gdb_target set to fbsd. Removes need for additional freebsd tupples.
2002-10-20(name_not_typename): Fix invalid comment.Adam Fedor2-1/+5
2002-10-20*** empty log message ***gdbadmin1-1/+1
2002-10-19* solib-sunos.c (allocate_rt_common_objfile): Use bcache_xmallocMark Kettenis2-4/+7
to allocate partial syms and macro byte caches.
2002-10-19*** empty log message ***gdbadmin1-1/+1
2002-10-182002-10-18 David Carlton <carlton@math.stanford.edu>David Carlton2-18/+5
* symtab.h: Delete 'struct source' and 'struct sourcevector'. (Also, I fixed up a date reference for an earlier ChangeLog entry of mine; sorry about that.)
2002-10-18stabsread.c (find_name_end): New function.Adam Fedor2-2/+36
(define_symbol): Use it.
2002-10-18 * config/alpha/nm-fbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1.Daniel Jacobowitz5-4/+11
* config/alpha/nm-linux.h (CANNOT_STEP_BREAKPOINT): Define to 1. * config/alpha/nm-nbsd.h (CANNOT_STEP_BREAKPOINT): Define to 1. * config/alpha/nm-osf.h (CANNOT_STEP_BREAKPOINT): Define to 1.
2002-10-18gdb.base/default.exp: Update expected output to include 'ObjC'.Adam Fedor3-6/+11
gdb.base/help.exp: Likewise.
2002-10-18 * gdbint.texinfo (Address Classes): Fix problems with insertionKevin Buettner2-8/+13
of ``{'' and ``}'' in example.
2002-10-18*** empty log message ***gdbadmin1-1/+1
2002-10-172002-10-09 David Carlton <carlton@math.stanford.edu>David Carlton3-4/+14
* symfile.h: Add opaque declaration for struct obstack. Declare obsavestring to take a const char *. * symfile.c (obsavestring): Make first argument a const char *.
2002-10-17 * gdb.base/constvars.c (struct crass, struct crisp): New structs.Kevin Buettner3-0/+15
* gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
2002-10-17Address Class documentation.Kevin Buettner2-0/+136
2002-10-17*** empty log message ***gdbadmin1-1/+1
2002-10-16(parse_breakpoint_sals): Ignore ObjC methodAdam Fedor2-2/+10
names when matching breakpoints in current file.
2002-10-16Address class support.Kevin Buettner7-9/+325
2002-10-162002-10-16 Klee Dienes <kdienes@apple.com>Klee Dienes2-1/+7
* stabsread.c (read_tilde_fields): Use name[sizeof(vptr_name)-2] to get the last character of a char[] buffer, not name[sizeof(vptr_name)-1].
2002-10-16*** empty log message ***gdbadmin1-1/+1
2002-10-15New objc_specific struct.Adam Fedor2-1/+21
(SYMBOL_INIT_LANGUAGE_SPECIFIC): Handle ObjC. (SYMBOL_DEMANGLED_NAME): Likewise.
2002-10-15(init_filename_language_table): Add ObjC file extension.Adam Fedor2-0/+5
2002-10-15utils.c (puts_filtered_tabular): New function.Adam Fedor3-7/+64
(fprintf_symbol_filtered): Get ObjC demangled name. defs.h (puts_filtered_tabular): Declared.
2002-10-15*** empty log message ***gdbadmin1-1/+1
2002-10-14 * c-lang.h (c_type_print_varspec_prefix): Delete.Kevin Buettner3-16/+25
* c-typeprint.c (c_type_print_varspec_prefix): Make static. Add ``need_post_space'' parameter. Adjust all callers.
2002-10-14 * config/mips/nm-irix4.h (HAVE_NONSTEPPABLE_WATCHPOINT): Define to 1.Daniel Jacobowitz5-4/+11
* config/mips/nm-irix5.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise. * config/mips/tm-embed.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise. * config/pa/nm-hppah.h (HAVE_NONSTEPPABLE_WATCHPOINT): Likewise.
2002-10-14source.c (print_source_lines): Update comments.Adam Fedor2-2/+7
2002-10-14valops.c (value_of_local): New function.Adam Fedor3-12/+32
(value_of_this): Use it. value.h (value_of_local): Declared.
2002-10-14parse.c: (length_of_subexp, prefixify_subexp): HandleAdam Fedor2-0/+21
OP_MSGCALL, OP_SELECTOR, OP_NSSTRING, and OP_SELF.
2002-10-14*** empty log message ***gdbadmin1-1/+1
2002-10-13*** empty log message ***gdbadmin1-1/+1
2002-10-12language.c (binop_result_type): Add language_objc to case.Adam Fedor2-0/+17
(integral_type): Likewise. (character_type): Likewise. (string_type): Likewise. (boolean_type): Likewise. (structured_type): Likewise. (binop_type_check): Likewise.
2002-10-12printcmd.c (address_info): Print 'self' for ObjC.Adam Fedor2-1/+9
2002-10-12expression.h: New ops OP_NSSTRING, OP_SELECTOR, OP_MSGCALL, and OP_SELF.Adam Fedor2-3/+23
2002-10-12language.h (CAST_IS_CONVERSION): Add language_objc.Adam Fedor2-1/+6
2002-10-12defs.h (enum language): Add language_objc.Adam Fedor2-0/+5
2002-10-122002-10-11 Klee Dienes <kdienes@apple.com>Klee Dienes5-14/+36
* findvar.c (read_memory_typed_address): New function. * gdbcore.h (read_memory_typed_address): Add prototype. * blockframe.c (sigtramp_saved_pc): Use read_memory_typed_address to read a value destined for a CORE_ADDR, not read_memory_integer. * f-valprint.c (f77_get_dynamic_upperbound): Ditto. (f77_get_dynamic_lowerbound): Ditto.
2002-10-12*** empty log message ***gdbadmin1-1/+1