summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* *** empty log message ***gdbadmin2012-03-071-1/+1
|
* Pass absolute die offset in call to get_die_type_at_offsetJoel Brobecker2012-03-062-1/+6
| | | | | | | gdb/ChangeLog: * dwarf2read.c (dwarf2_get_die_type): Pass absolute offset in call to get_die_type_at_offset.
* daily updateAlan Modra2012-03-061-1/+1
|
* * mi/mi-cmd-break.c: Enforce coding standards, fix comments.Stan Shebs2012-03-0619-471/+501
| | | | | | | | | | | | | | | | | | | | | | | | | * mi/mi-cmd-disas.c: Ditto. * mi/mi-cmd-env.c: Ditto. * mi/mi-cmd-file.c: Ditto. * mi/mi-cmd-stack.c: Ditto. * mi/mi-cmd-target.c: Ditto. * mi/mi-cmd-var.c: Ditto. * mi/mi-cmds.c: Ditto. * mi/mi-cmds.h: Ditto. * mi/mi-console.c: Ditto. * mi/mi-getopt.c: Ditto. * mi/mi-getopt.h: Ditto. * mi/mi-interp.c: Ditto. * mi/mi-main.c: Ditto. * mi/mi-out.c: Ditto. * mi/mi-parse.c: Ditto. * mi/mi-parse.h: Ditto. * mi/mi-symbol-cmds.c: Ditto. * mi/mi-getopt.h: Move mi_opt struct up. * mi/mi-main.c (captured_mi_execute_command): Remove redundant return. * mi/mi-out.c (_initialize_mi_out): Remove empty initialize.
* * elf64-x86-64.c (elf_x86_64_relocate_section): For R_X86_64_RELATIVEJakub Jelinek2012-03-062-2/+7
| | | | set relocate to TRUE.
* * proc-service.c (ps_pglobal_lookup): Set the current programTom Tromey2012-03-062-3/+18
| | | | space.
* New Ada testcase (bp_on_var.exp).Joel Brobecker2012-03-065-0/+119
| | | | | | gdb/testsuite/ChangeLog: * gdb.ada/bp_on_var: New testcase.
* 2012-03-06 Pedro Alves <palves@redhat.com>Pedro Alves2012-03-062-0/+8
| | | | * gregset.h [HAVE_SYS_PROCFS_H]: Include <sys/procfs.h>.
* New Ada testcase (bp_enum_homonym).Joel Brobecker2012-03-065-0/+133
| | | | | | gdb/testsuite/ChangeLog: * gdb.ada/bp_enum_homonym: New testcase.
* 2012-03-06 Tristan Gingold <gingold@adacore.com>Tristan Gingold2012-03-062-8/+22
| | | | | * corefile.c (core_create_function_syms): Do not call bsearch if symbol_map_count is 0.
* gdb/testsuite/Yao Qi2012-03-062-1/+9
| | | | | | * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target x86_64-*-* and i?86-*-*. Set up KFAIL for gdb/13808.
* *** empty log message ***gdbadmin2012-03-061-1/+1
|
* Add Maciej W. Rozycki as mips maintainer.Joel Brobecker2012-03-052-0/+5
| | | | | | gdb/ChangeLog: * MAINTAINERS: List Maciej W. Rozycki as the mips maintainer.
* PR ld/13683Alan Modra2012-03-052-2/+7
| | | | * ld-gc/pr13683.d: Allow non-zero top address digit.
* daily updateAlan Modra2012-03-051-1/+1
|
* * ldlang.h (struct lang_input_statement_flags): New, extract from..Alan Modra2012-03-0523-244/+245
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (lang_input_statement_type): ..here. New field "flags". (input_flags): Declare. (missing_file): Delete. * ldmain.h (whole_archive): Delete. (add_DT_NEEDED_for_regular, add_DT_NEEDED_for_dynamic): Delete. * ld.h (ld_config_type <dynamic_link>): Delete. * ldmain.c (whole_archive): Delete. (add_DT_NEEDED_for_regular, add_DT_NEEDED_for_dynamic): Delete. * ldlang.c (missing_file, ldlang_sysrooted_script): Delete. (input_flags): New variable. Replace all uses of config.dynamic_link, missing_file, ldlang_sysrooted_script, whole_archive, add_DT_NEEDED_for_regular and add_DT_NEEDED_for_dynamic with fields from here. * ldfile.c: Likewise. * ldgram.y: Likewise. * ldmain.c: Likewise. * ldwrite.c: Likewise. * lexsup.c: Likewise. * plugin.c: Likewise. * emultempl/aix.em: Likewise. * emultempl/armelf.em: Likewise. * emultempl/elf32.em: Likewise. * emultempl/hppaelf.em: Likewise. * emultempl/linux.em: Likewise. * emultempl/pe.em: Likewise. * emultempl/pep.em: Likewise. * emultempl/ppc64elf.em: Likewise. * emultempl/scoreelf.em: Likewise. * emultempl/spuelf.em: Likewise. * emultempl/sunos.em: Likewise. * emultempl/vms.em: Likewise. * ldlang.c (new_afile): Use memset to init zero fields. (load_symbols): Simplify save and restore of flags around command file processing. * ldfile.c (is_sysrooted_pathname): Tidy.
* * gdb.ada/operator_bp.exp: Clear debug-file-directory.Tom Tromey2012-03-053-0/+11
| | | | * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
* gdb/Jan Kratochvil2012-03-055-70/+18
| | | | | | | | | | | | | Code cleanup. * common/linux-osdata.c (linux_common_core_of_thread): New function comment. * linux-nat.c (linux_nat_wait_1): Replace linux_nat_core_of_thread_1 call by linux_common_core_of_thread. (linux_nat_core_of_thread_1): Remove. * linux-nat.h (linux_nat_core_of_thread_1): Remove declaration. * linux-thread-db.c: Include linux-osdata.h. (update_thread_core): Replace linux_nat_core_of_thread_1 call by linux_common_core_of_thread.
* * value.c (value_primitive_field): Don't fetch contents forTom Tromey2012-03-052-5/+16
| | | | non-virtual bases.
* * jv-valprint.c (java_value_print): Correctly compute 'obj_addr'.Tom Tromey2012-03-054-1/+13
| | | | | gdb/testsuite * gdb.java/jprint.java (jprint.main): Keep 'x' live.
* Include "gregset.h" in s390-nat.c (-Wmissing-prototypes).Joel Brobecker2012-03-052-0/+6
| | | | | | gdb/ChangeLog: * s390-nat.c: Include "gregset.h".
* PR ld/13803Hans-Peter Nilsson2012-03-053-2/+8
| | | | | * ld-arm/fix-arm1176-off.d, ld-arm/fix-arm1176-on.d: Regexpify address of func_to_branch_to.
* gdb/Jan Kratochvil2012-03-052-3/+28
| | | | | | | * libunwind-frame.c (LIBUNWIND_SO): Change .7 to .8. [!LIBUNWIND_SO] (LIBUNWIND_SO_7): New #define. (libunwind_load): New variable so_error, use it for dlerror. Try to load also LIBUNWIND_SO_7.
* gdb/gdbserver/Jan Kratochvil2012-03-052-1/+16
| | | | | * linux-low.c (get_dynamic): Don't warn when PT_PHDR isn't found. New comment why.
* 2012-03-05 Pedro Alves <palves@redhat.com>Pedro Alves2012-03-052-22/+16
| | | | | * i387-tdep.c (i387_supply_xsave): Assert the xsave section buffer is not NULL, and remove resulting dead code.
* PR ld/12152Rainer Orth2012-03-052-2/+10
| | | | | * elfxx-sparc.c (_bfd_sparc_elf_relocate_section): Also ignore overflows for R_SPARC_UA32 in .stab sections.
* * sh-tdep.c (sh_skip_prologue): Provide an upper limit on the functionThomas Schwinge2012-03-052-15/+38
| | | | | | prologue to sh_analyze_prologue. (sh_analyze_prologue): Make better use of such an upper limit, and generally be more cautious about accessing memory.
* * ia64-vms-tdep.c (_initialize_ia64_vms_tdep): Rename fromTom Tromey2012-03-052-2/+7
| | | | _initialize_ia64_hpux_tdep.
* Mention PR gdb/13766Pedro Alves2012-03-051-0/+2
|
* 2012-03-05 Pedro Alves <palves@redhat.com>Pedro Alves2012-03-052-33/+60
| | | | | | * i387-tdep.c (i387_supply_xsave): If we have an xsave buffer, and the register state is clear, supply explicit zero, instead of marking the register unavailable.
* 2012-03-05 Tristan Gingold <gingold@adacore.com>Tristan Gingold2012-03-053-4/+9
| | | | | * configure.ac: Enable gdb and readline for ia64*-*-*vms*. * configure: Regenerate.
* 2012-03-05 Tristan Gingold <gingold@adacore.com>Tristan Gingold2012-03-052-0/+5
| | | | * NEWS: Mention OpenVMS ia64 new target.
* 2012-03-05 Tristan Gingold <gingold@adacore.com>Tristan Gingold2012-03-053-0/+2617
| | | | | * buildvms.com: New file. * ia64vms-stub.c: New file.
* 2012-03-05 Tristan Gingold <gingold@adacore.com>Tristan Gingold2012-03-056-5/+197
| | | | | | | | | | | | * ia64-tdep.h: Include libunwind-frame.h and libunwind-ia64.h. (ia64_unw_accessors, ia64_unw_rse_accessors) (ia64_libunwind_descr): Declare. * ia64-vms-tdep.c: New file. * ia64-tdep.c (ia64_unw_accessors, ia64_unw_rse_accessors) (ia64_libunwind_descr): Make them public. * configure.tgt: Add ia64-*-*vms*. * Makefile.in (ALL_64_TARGET_OBS): Add ia64-vms-tdep.o (ALLDEPFILES): Add ia64-vms-tdep.c
* 2012-03-05 Tristan Gingold <gingold@adacore.com>Tristan Gingold2012-03-055-4/+47
| | | | | | | | | | | | | | * target.h (target_object): Add TARGET_OBJECT_OPENVMS_UIB. * remote.c (PACKET_qXfer_uib): New enum value. (remote_protocol_features): Add entry for PACKET_qXfer_uib. (remote_xfer_partial): Handle TARGET_OBJECT_OPENVMS_UIB. (_initialize_remote): Call add_packet_config_cmd for xfer:uib packet. doc/ 2012-03-05 Tristan Gingold <gingold@adacore.com> * gdb.texinfo (General Query Packets): Document xfer:uib:read.
* 2012-03-05 Tristan Gingold <gingold@adacore.com>Tristan Gingold2012-03-053-0/+12
| | | | | | * osabi.c (gdb_osabi_names): Add OpenVMS. (generic_elf_osabi_sniffer): Likewise. * defs.h (gdb_osabi): Add GDB_OSABI_OPENVMS.
* * configure.tgt (mips64*el-*-freebsd*, mips64*-*-freebsd*)Hans-Peter Nilsson2012-03-052-4/+10
| | | | | (mips*el-*-freebsd*, mips*-*-freebsd*): Correct triplets by replacing trailing "-*" with "*".
* *** empty log message ***gdbadmin2012-03-051-1/+1
|
* daily updateAlan Modra2012-03-041-1/+1
|
* sim: bfin: drop old linux/mii.h workaroundsMike Frysinger2012-03-045-23/+35
| | | | | | | | We had some workarounds for old linux/mii.h headers, but it breaks with newer ones. So tweak the checks a bit to work with newer ones. We'll worry about older systems once someone complains. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* gdb/Jan Kratochvil2012-03-043-24/+7
| | | | | | | Removed unused code. * libunwind-frame.c (libunwind_frame_unwind) (libunwind_frame_base_address): Remove. * libunwind-frame.h (libunwind_frame_base_address): Remove declaration.
* gdb/Yao Qi2012-03-042-9/+16
| | | | | | | * common/agent.c (gdb_connect_sync_socket): Add _ markup and remove trailing new line. (agent_run_command, agent_run_command): Add _ markup. (agent_capability_check): Likewise.
* Fix indent of changelog entries.Yao Qi2012-03-041-3/+3
|
* gdb/testsuite/Yao Qi2012-03-042-0/+9
| | | | | * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error messages for KFAIL.
* *** empty log message ***gdbadmin2012-03-041-1/+1
|
* daily updateAlan Modra2012-03-031-1/+1
|
* gdb/testsuite/Jan Kratochvil2012-03-032-0/+38
| | | | | | | | * gdb.ada/arrayidx.exp: Call get_compiler_info. New variable old_gcc. (print one_two_three, indexes off, print few_reps, indexes off) (print many_reps, indexes off, print empty, indexes off) (print one_two_three, print few_reps, print many_reps, print empty): Call setup_xfail if $gcc_old.
* gdb/Jan Kratochvil2012-03-034-16/+39
| | | | | | | | | | * breakpoint.c (set_condition_evaluation_mode): Set CONDITION_EVALUATION_MODE unconditionally. gdb/testsuite/ Implement testsuite workaround for PR breakpoints/13781. * gdb.cp/mb-templates.exp: New loop with variable $workaround. (set breakpoint condition-evaluation host): New conditional command.
* gdb/testsuite/Jan Kratochvil2012-03-032-21/+24
| | | | | | | | Code cleanup. * gdb.cp/mb-templates.exp: New variables executable. Use it for binfile. use clean_restart. Replace gdb_expect by gdb_test_multiple. Replace GDB restart by kill and delete_breakpoints. Replace breakpoint number 1 by $bpnum. Four times.
* gdb:Yao Qi2012-03-0314-33/+182
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * common/agent.c (agent_look_up_symbols): Add one parameter 'arg'. * common/agent.h: Update declaration. * inf-child.c (inf_child_use_agent): New. (inf_child_can_use_agent): New. (inf_child_target): Initialize fields `to_use_agent' and `to_can_use_agent'. * agent.c (agent_new_objfile): New. (_initialize_agent): Add agent_new_objfile to new_objfile observer. * linux-nat.c (linux_child_static_tracepoint_markers_by_strid): New. (linux_target_install_ops): Initialize field `to_static_tracepoint_markers_by_strid'. * remote.c (free_current_marker): Move it to ... * tracepoint.c (free_current_marker): ... here. New. (cleanup_target_stop): New. * tracepoint.h: Declare free_current_marker. * NEWS: Add one entry about `info static-tracepoint-marker'. gdb/gdbserver: * tracepoint.c (tracepoint_look_up_symbols): Update call to agent_look_up_symbols. gdb/testsuite: * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.