aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-01-31daily updateAlan Modra1-1/+1
2004-01-31 * linux-low.c: Update copyright year.Daniel Jacobowitz3-18/+138
(check_removed_breakpoint): Clear pending_is_breakpoint. (linux_set_resume_request, linux_queue_one_thread) (resume_status_pending_p): New functions. (linux_continue_one_thread): Use process->resume. (linux_resume): Only resume threads if there are no pending events. * linux-low.h (struct process_info): Add resume request pointer.
2004-01-31 * breakpoint.c (bpstat_stop_status): Remove not_a_sw_breakpointDaniel Jacobowitz4-47/+21
argument, and change first argument to a CORE_ADDR. * breakpoint.h (bpstat_stop_status): Update prototype. * infrun.c (adjust_pc_after_break): Add a new comment. (handle_inferior_event): Update calls to bpstat_stop_status.
2004-01-31 * breakpoint.h: Update copyright years.Daniel Jacobowitz2-1/+6
2004-01-31 * breakpoint.c (software_breakpoint_inserted_here_p): New function.Daniel Jacobowitz4-40/+119
(bpstat_stop_status): Don't decrement PC. * breakpoint.h (software_breakpoint_inserted_here_p): Add prototype. * infrun.c (adjust_pc_after_break): New function. (handle_inferior_event): Call it, early. Remove later references to DECR_PC_AFTER_BREAK. (normal_stop): Add commentary.
2004-01-31 * breakpoint.c (breakpoint_re_set_one): Add missing chunk ofDaniel Jacobowitz2-1/+11
2004-01-27 double-free fix.
2004-01-31 * gdb.base/chng-syms.exp: Remove stray newline.Daniel Jacobowitz2-1/+5
2004-01-31* sparc-tdep.c (sparc_fetch_wcookie): New function.Mark Kettenis2-0/+91
(sparc32_frame_prev_register): Handle StackGhost. (sparc_supply_rwindow, sparc_collect_rwindow): Likewise.
2004-01-31* gdb.asm/asm-source.exp: Set asm-note to "openbsd" forMark Kettenis3-0/+25
*-*-openbsd*. * gdb.asm/openbsd.inc: New file.
2004-01-31*** empty log message ***gdbadmin1-1/+1
2004-01-302004-01-30 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-0/+72
* elfxx-ia64.c (elfNN_ia64_relax_brl): New function. (elfNN_ia64_relax_section): Optimize brl to br during the relax finalize pass.
2004-01-30daily updateAlan Modra1-1/+1
2004-01-30* gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don'tMark Kettenis2-21/+15
append -static to link-flags for *-*-freebsd*, *-*netbsd* and *-*solaris2*. Remove commented out default settings for asm-flags. Replace gdb_compile with target_link.
2004-01-30* elf32-frv.c (elf32_frv_always_size_sections): Initialize pointerAlexandre Oliva2-1/+7
to bfd_link_hash_entry passed by reference to _bfd_generic_link_add_one_symbol.
2004-01-30 * regcache.c (new_register_cache): Clear the allocated registerDaniel Jacobowitz2-2/+10
buffer. Suggested by Atsushi Nemoto <anemo@mba.ocn.ne.jp>.
2004-01-302004-01-29 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-715/+773
* gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb for all tests. Remove old hp-ux and cygnus xfail cases.
2004-01-30*** empty log message ***gdbadmin1-1/+1
2004-01-29daily updateAlan Modra1-1/+1
2004-01-29.Roland McGrath1-1/+9
2004-01-292004-01-29 Roland McGrath <roland@redhat.com>Roland McGrath2-572/+587
* configure.in (NEW_PROC_API): Also match solaris2.9 for this test. * configure: Regenerated.
2004-01-292004-01-29 Roland McGrath <roland@redhat.com>Roland McGrath2-264/+265
* procfs.c: Include gdb_string.h for str* decls, otherwise warnings. * Makefile.in (procfs.o): Add dep.
2004-01-29New test to check that GDB does not crash due to memory corruptionPaul N. Hilfinger4-1/+148
when a reload caused by a change in an executable invalidates a breakpoint condition.
2004-01-29.Roland McGrath1-0/+4
2004-01-292004-01-28 Roland McGrath <roland@redhat.com>Roland McGrath1-0/+1
* common.h (AT_SECURE): New macro.
2004-01-29.Roland McGrath1-0/+8
2004-01-292004-01-21 Roland McGrath <roland@redhat.com>Roland McGrath1-1/+21
* common.h (AT_SUN_UID, AT_SUN_RUID, AT_SUN_GID): New macros. (AT_SUN_RGID, AT_SUN_LDELF, AT_SUN_LDSHDR, AT_SUN_LDNAME, AT_SUN_LPAGESZ, AT_SUN_PLATFORM, AT_SUN_HWCAP, AT_SUN_IFLUSH, AT_SUN_CPU, AT_SUN_EMUL_ENTRY, AT_SUN_EMUL_EXECFD, AT_SUN_EXECNAME) AT_SUN_MMU, AT_SUN_LDDATA): Likewise.
2004-01-29.Roland McGrath1-0/+4
2004-01-292004-01-21 Roland McGrath <roland@redhat.com>Roland McGrath1-7/+8
* readelf.c (get_note_type): Match NT_AUXV.
2004-01-29*** empty log message ***gdbadmin1-1/+1
2004-01-282004-01-28 Andrew Cagney <cagney@redhat.com>Andrew Cagney9-40/+54
* tui/tui-stack.h: Update copyright. (struct frame_info): Add opaque declaration. (tui_update_locator_filename): Rename tuiUpdateLocatorFilename. (tui_show_locator_content): Rename tuiShowLocatorContent. (tui_show_frame_info): Rename tuiShowFrameInfo. * tui/tui-stack.c: Update copyright. Update references. * tui/tui-winsource.c: Update references. * tui/tui-win.c: Update references. * tui/tui-layout.c: Update references. * tui/tui-hooks.c: Update copyright, update references. * tui/tui.c: Update copyright, update references. * tui/tui-disasm.c: Update references.
2004-01-28daily updateAlan Modra1-1/+1
2004-01-282004-01-28 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2-2/+6
* config/tc-ia64.c (emit_one_bundle): Add proper indentation.
2004-01-282004-01-28 David Carlton <carlton@kealia.com>David Carlton2-3/+23
* dwarf2read.c (add_partial_structure): Use demangled name if namespace equals "".
2004-01-28 * genscripts.sh: Fix typo.Alan Modra2-6/+8
2004-01-28 * genscripts.sh: Apply $LIBPATH_SUFFIX to $tool_lib and $libdir too.Alan Modra2-4/+18
2004-01-28* dwarf2read.c (read_func_scope): Re-indent comment.Jim Blandy2-21/+23
2004-01-28Clean up misapplied patch:Jim Blandy2-3/+11
* dwarf2read.c (determine_prefix): Change one of the two forward declarations for 'determine_prefix_aux' to a declaration for this. (read_func_scope): Use cu->language, not cu_language. Pass 'cu' argument to 'die_specification'.
2004-01-282004-01-27 Paul N. Hilfinger <hilfinger@gnat.com>Andrew Cagney2-3/+26
* breakpoint.c (breakpoint_re_set_one): Set b->cond, b->val, and b->exp to NULL after freeing so that error during re-parsing or evaluation of expressions associated with breakpoint don't eventually lead to re-freeing of storage. Committed by Andrew Cagney.
2004-01-282004-01-27 Michael Snyder <msnyder@redhat.com>Michael Snyder2-1/+5
* sh-opc.h (sh_table): "fsrra", not "fssra".
2004-01-28*** empty log message ***gdbadmin1-1/+1
2004-01-272004-01-27 Michael Snyder <msnyder@redhat.com>Michael Snyder2-8/+12
* gencode.c: (op tab): Some refs and defs fixes. "fsrra" -> "fsrra <FREG_N>". "sleep": replace array ref with array addr. "trapa": ditto.
2004-01-272004-01-27 Michael Snyder <msnyder@redhat.com>Michael Snyder2-19/+22
* gencode.c: Comment and whitespace clean-ups.
2004-01-272004-01-27 Andrew Cagney <cagney@redhat.com>Andrew Cagney4-65/+7
* source.c (ambiguous_line_spec): Delete undefined declaration. * m32r-rom.c (m32r_set_board_address): Delete unused function. (m32r_set_server_address, m32r_set_download_path): Ditto. * remote-fileio.c (remote_fileio_to_fio_int): Ditto.
2004-01-27daily updateAlan Modra1-1/+1
2004-01-272004-01-27 Elena Zannoni <ezannoni@redhat.com>Elena Zannoni5-9/+56
Merge in official patches to readline-4.3 from ftp://ftp.cwru.edu/pub/bash/readline-4.3-patches: NOTE: Patch-ID readline-43-004 was already applied (see below). * bind.c (rl_generic_bind): Pressing certain key sequences causes an infinite loop in _rl_dispatch_subseq with the `key' argument set to 256. This eventually causes bash to exceed the stack size limit and crash with a segmentation violation. Patch-ID: readline43-001. * readline.c (_rl_dispatch_subseq): Repeating an edit in vi-mode with `.' does not work. Patch-ID: readline43-002. * mbutil.c (_rl_get_char_len, _rl_compare_chars, _rl_adjust_point): When in a locale with multibyte characters, the readline display updater will occasionally cause a segmentation fault when attempting to compute the length of the first multibyte character on the line. Patch-ID: readline43-003. * vi_mode.c (_rl_vi_change_mbchar_case): Using the vi editing mode's case-changing commands in a locale with multibyte characters will cause garbage characters to be inserted into the editing buffer. Patch-ID: readline43-005.
2004-01-27 * dwarf2read.c: Update calls to changed and renamed functions, andDaniel Jacobowitz2-268/+321
references to moved variables. (struct dwarf2_cu): Add first_fn, last_fn, cached_fn, language, language_defn, list_in_scope, and ftypes members. (cu_first_fn, cu_last_fn, cu_cached_fn, cu_language) (cu_language_defn, list_in_scope, ftypes, cu_header_offset) (baseaddr): Remove globals. (dwarf_attr): Renamed to dwarf2_attr. Add CU argument. (set_cu_language, die_is_declaration, die_specification) (determine_prefix, determin_prefix_aux, class_name, namespace_name) (dwarf2_linkage_name, dwarf2_name, dwarf2_extension) (dwarf2_get_ref_die_offset, dwarf2_fundamental_type) (initialize_cu_func_list, add_to_cu_func_list): Add CU argument. (dwarf2_build_psymtabs_hard): Add local baseaddr. Initialize cu.list_in_scope. Don't initialize cu_header_offset. (add_partial_symbol): Add local baseaddr. (psymtab_to_symtab_1): Add local baseaddr. Use objfile->section_offsets for consistency. Don't initialize cu_header_offset; do initialize cu.header.offset and cu.list_in_scope. (read_file_scope, read_func_scope, read_lexical_block_scope) (dwarf_decode_lines, new_symbol): Add local baseaddr.
2004-01-27Fix capitalization in my last ChangeLog entry.Michael Chastain1-1/+1
"Add".
2004-01-272004-01-27 Andrew Cagney <cagney@redhat.com>Andrew Cagney2-2/+7
* ppc-instructions: Update copyright. (convert_to_integer): Add trailing ";" to label.
2004-01-272004-01-27 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2-0/+16
* PROBLEMS: add gdb/1516.
2004-01-272003-12-29 Robert Millan <robertmh@gnu.org>Andrew Cagney3-3/+12
Patch committed by Andrw Cagney. * configure.host: Match knetbsd*-gnu and kfreebsd*-gnu. * configure.tgt: Match knetbsd*-gnu.