summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Collapse)AuthorAgeFilesLines
* * i386-tdep.c (i386_collect_fpregset): Fix comment.Mark Kettenis2004-06-182-3/+8
|
* 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2004-06-182-0/+24
| | | | * gdb.cp/pr-574.cc: Add copyright notice.
* *** empty log message ***gdbadmin2004-06-181-1/+1
|
* * gdb.base/charset.exp: Don't refer to $expect_out(1,string) inJim Blandy2004-06-172-1/+6
| | | | | cases where the regexp has no groups; this grabs random text from the previous test suite, whatever that was.
* 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2004-06-172-0/+24
| | | | * gdb.cp/printmethod.cc: Add copyright notice.
* 2004-06-17 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-06-173-12/+63
| | | | | | GDB 6.1.1 released from the GDB 6.1 branch. * NEWS: Merge in 6.1.1 NEWS from 6.1 branch. * PROBLEMS: Ditto.
* 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2004-06-173-0/+44
| | | | * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
* *** empty log message ***gdbadmin2004-06-171-1/+1
|
* PR gdb/1658Daniel Jacobowitz2004-06-162-1/+8
| | | | | * dwarf2read.c (dwarf_decode_lines): Read the length of the extended operation as a uleb128. Found by Michael Coulter.
* 2004-06-16 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-06-163-10/+38
| | | | | | | | | | | * gdb.base/signull.c: Update copyright. Include <string.h>. (bowler): Replace data_pointer with data_read and data_write cases. Add code_descriptor case. (zero, desc): New array and pointer. (data, code): Change to simple pointers. * gdb.base/signull.exp: Fix probe pattern matching a function descriptor SIGSEGV. Replace data_pointer with data_read and data_write tests.
* 2004-06-16 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-06-163-231/+283
| | | | * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
* * ada-tasks.c: Rename build_task_list to ada_build_task_list, andPaul N. Hilfinger2004-06-164-379/+441
| | | | | | | | | | | | | | | | | make it non-static. * ada-lang.h (task_control_block): declaration moved from ada-task.c to ada-lang.h; this is needed to be able to implement the kill command in multi-task mode. (task_ptid): Ditto. (task_entry): Ditto. (task_list): Ditto. (ada_build_task_list): Ditto. * ada-lang.c: Conditionalize routines and data structures related to breakpoints, exceptions, completion, and symbol caching on GNAT_GDB, since these are not yet used in the submitted public sources. (ada_main_name): Editorial: Move definition out of exception-related code.
* 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2004-06-162-0/+24
| | | | * gdb.base/long_long.c: Add copyright notice.
* 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2004-06-162-6/+9
| | | | | | * gdb.base/long_long.exp: Remove reference to bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint to gdb_breakpoint and gdb_continue_to_breakpoint.
* *** empty log message ***gdbadmin2004-06-161-1/+1
|
* * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-Jim Blandy2004-06-152-2/+7
| | | | endian case.
* 2004-06-15 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-06-152-3/+5
| | | | | * mips-tdep.c (non_heuristic_proc_desc): Delete call to deprecated_pc_in_call_dummy.
* * dsrec.c (load_srec, make_srec): Use bfd_get_section_size instead ofAlan Modra2004-06-1514-57/+83
| | | | | | | | | | | | | | | | | | | | | | | | | bfd_get_section_size_before_reloc or _raw_size. * dwarf2-frame.c (dwarf2_build_frame_info): Likewise. * dwarf2read.c (dwarf2_locate_sections): Likewise. (dwarf2_read_section): Likewise. * elfread.c (elf_locate_sections): Likewise. * gcore.c (derive_heap_segment): Likewise. * mipsread.c (read_alphacoff_dynamic_symtab): Likewise. * remote-e7000.c (e7000_load): Likewise. * remote-m32r-sdi.c (m32r_load): Likewise. * remote-mips.c (mips_load_srec): Likewise. (pmon_load_fast): Likewise. * remote.c (compare_sections_command): Likewise. * symfile.c (add_section_size_callback): Likewise. (load_section_callback): Likewise. (pc_in_unmapped_range): Likewise. (pc_in_mapped_range): Likewise. (sections_overlap): Likewise. (list_overlays_command): Likewise. (simple_overlay_update_1): Likewise. (simple_overlay_update): Likewise. * tracepoint.c (remote_set_transparent_ranges): Likewise. * win32-nat.c (core_section_load_dll_symbols): Likewise.
* * generic/gdbtk-cmds.c (gdb_load_info): Use bfd_get_section_sizeAlan Modra2004-06-152-2/+7
| | | | instead of bfd_get_section_size_before_reloc.
* 2004-06-14 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-06-154-24/+21
| | | | | | | | | * gdb.base/gcore.exp (capture_command_output): Delete the always passing tests containing inferior values. * gdb.base/ending-run.exp: Do not include the breakpoint address in the test message. Update copyright. * gdb.base/sizeof.exp (check_sizeof): Do not include the type's size in the test name, use gdb_test_multiple. Update copyright.
* *** empty log message ***gdbadmin2004-06-151-1/+1
|
* ChangeLog editorial fixes.Andrew Cagney2004-06-141-15/+16
|
* 2004-06-14 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-06-145-7/+14
| | | | | | | Based on changes from Karl Berry. * gdb.texinfo: Do not use @sc in a direntry. * stabs.texinfo: Change @dircateogry to "Software development". * gdbint.texinfo, gdb.texinfo, annotate.texinfo: Ditto.
* 2004-06-14 Randolph Chung <tausq@debian.org>Randolph Chung2004-06-144-24/+25
| | | | | | | | | | | * Makefile.in (hppa-hpux-tdep.o): Update dependency. * hppa-hpux-tdep.c (hp_cxx_exception_support_initialized): Make static. (hppa_hpux_inferior_created): New function. (hppa_hpux_init_abi): Register observer. * symfile.c (hp_cxx_exception_support_initialized) (RESET_HP_UX_GLOBALS): Remove HPUXHPPA specific hacks. (symbol_file_add_main_1, symbol_file_clear): Likewise.
* 2004-06-14 Randolph Chung <tausq@debian.org>Randolph Chung2004-06-142-1/+5
| | | | * MAINTAINERS (Write After Approval): Alphabetize my entry correctly.
* 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2004-06-142-0/+24
| | | | * gdb.cp/ref-types.cc: Add copyright notice.
* 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2004-06-144-27/+48
| | | | | | | | | * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler, hp_aCC_compiler. * lib/compiler.cc: Likewise. * lib/gdb.exp (get_compiler_info): Eval lines only if they are 'set' commands. Log diagnostics for other lines. Set gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
* Index: ChangeLogAndrew Cagney2004-06-142-1/+10
| | | | | | | 2004-06-14 Andrew Cagney <cagney@gnu.org> * MAINTAINERS (testsuite): List Michael Chastain as the lead testsuite maintainer.
* *** empty log message ***gdbadmin2004-06-141-1/+1
|
* 2004-06-13 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-06-132-1/+4
| | | | | * infcmd.c (print_return_value): Fix logic, allow DEPRECATED_EXTRACT_STRUCT_VALUE_ADDRESS when struct_return.
* 2004-06-13 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-06-133-36/+40
| | | | | | * gdbarch.sh: For predicates, do not check GDB_MULTI_ARCH when defining any macros. * gdbarch.h: Re-generate.
* 2004-06-13 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-06-133-158/+149
| | | | | | * gdbarch.sh: Delete "level" attribute. Only check for a macro redefinition when multi-arch greater than GDB_MULTI_ARCH_PARTIAL. * gdbarch.h: Re-generate.
* 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2004-06-132-1/+23
| | | | * gdb.cp/try_catch.cc: Add copyright notice.
* 2004-06-13 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-06-132-5/+8
| | | | * values.c (generic_use_struct_convention): Don't check gcc_p.
* 2004-06-13 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-06-1311-165/+14
| | | | | | | | | | | | | | | | * gdbarch.sh (DEPRECATED_MAX_REGISTER_RAW_SIZE) (DEPRECATED_MAX_REGISTER_VIRTUAL_SIZE): Delete. * gdbarch.h, gdbarch.c: Regenerate. * ns32k-tdep.h (NS32K_MAX_REGISTER_RAW_SIZE) (NS32K_MAX_REGISTER_VIRTUAL_SIZE): Delete macros. * xstormy16-tdep.c (xstormy16_gdbarch_init): Do not set deprecated_max_register_raw_size and deprecated_max_register_virtual_size. * v850-tdep.c (v850_gdbarch_init): Ditto. * ns32k-tdep.c (ns32k_gdbarch_init): Ditto. * mn10300-tdep.c (mn10300_gdbarch_init): Ditto. * mcore-tdep.c (mcore_gdbarch_init): Ditto. * cris-tdep.c (cris_gdbarch_init): Ditto.
* Index: ChangeLogAndrew Cagney2004-06-1310-129/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-06-13 Andrew Cagney <cagney@gnu.org> * gdbarch.sh (RETURN_VALUE_ON_STACK): Delete method. * gdbarch.h, gdbarch.c: Re-generate. * m68hc11-tdep.c (m68hc11_return_value_on_stack): Delete function. (m68hc11_use_struct_convention): Delete function. (m68hc11_extract_struct_value_address): Delete function. (m68hc11_return_value): New function. (m68hc11_gdbarch_init): Instead of store_return_value, extract_return_value, return_value_on_stack, deprecated_extract_struct_value_address and use_struct_convention, set return_value. * values.c (using_struct_return): Do not call RETURN_VALUE_ON_STACK. * arch-utils.h (generic_return_value_on_stack_not): Delete declaration. * arch-utils.c (generic_return_value_on_stack_not): Delete function. Index: doc/ChangeLog 2004-06-13 Andrew Cagney <cagney@gnu.org> * gdbint.texinfo (Target Architecture Definition): Delete description of RETURN_VALUE_ON_STACK.
* *** empty log message ***gdbadmin2004-06-131-1/+1
|
* 2004-06-12 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-06-124-98/+62
| | | | | | | | | | | * values.c (register_value_being_returned): Delete function. * infcmd.c (legacy_return_value): Delete function. * infcall.c (call_function_by_hand): Inline "register_value_being_returned", simplify. * values.c (using_struct_return): Update comment, refer to print_return_value instead of register_value_being_returned. * infcmd.c (print_return_value): Inline calls to register_value_being_returned and legacy_return_value. Simplify.
* 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2004-06-122-0/+24
| | | | * gdb.cp/userdef.cc: Add copyright notice.
* 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>Michael Chastain2004-06-122-0/+24
| | | | * gdb.cp/virtfunc.cc: Add copyright notice.
* *** empty log message ***gdbadmin2004-06-121-1/+1
|
* 2004-06-11 Randolph Chung <tausq@debian.org>Randolph Chung2004-06-112-0/+5
| | | | * somread.c (som_symtab_read): Exclude gcc local symbols.
* 2004-06-11 Randolph Chung <tausq@debian.org>Randolph Chung2004-06-112-0/+17
| | | | | * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler problem.
* 2004-06-11 Randolph Chung <tausq@debian.org>Randolph Chung2004-06-112-44/+68
| | | | | | | * infrun.c (handle_inferior_event): Handle the case when a trampoline ends up in the runtime resolver, and if the trampoline has no name. Rearrange the code so that all the trampoline processing happens before other step-out-of-range handling.
* 2004-06-11 Martin Hunt <hunt@redhat.com>Martin Hunt2004-06-112-0/+6
| | | | | * mips-tdep.c (mips_gdbarch_init): Recognize vr4120 has no fpu.
* 2004-06-11 Martin Hunt <hunt@redhat.com>Martin Hunt2004-06-114-21/+23
| | | | | | | | | | | | * generic/gdbtk-cmds.c (gdb_find_file_command): Use symtab_to_fullname() instead of symtab_to_filename(). (gdb_loc): Ditto. (gdb_loadfile): Ditto. * generic/gdbtk-bp.c (gdb_get_breakpoint_info): Ditto. (gdb_get_tracepoint_info): Ditto. * generic/gdbtk-register.c (get_register): Simplify and remove references to DEPRECATED_REGISTER_CONVERT_TO_VIRTUAL.
* 2004-06-10 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-06-112-23/+11
| | | | | | * blockframe.c (legacy_inside_entry_func): Delete. (legacy_frame_chain_valid): Inline call to legacy_inside_entry_func, simplify.
* *** empty log message ***gdbadmin2004-06-111-1/+1
|
* 2004-06-10 Andrew Cagney <cagney@gnu.org>Andrew Cagney2004-06-104-6/+23
| | | | | | | * lib/compiler.cc, lib/compiler.c: Append either __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info. * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-* instead of gcc-3-3.
* Sorry, date was wrong.Bob Rossi2004-06-101-1/+1
|