- 06 Oct, 2009 4 commits
-
-
Joel Brobecker authored
-
gdbadmin authored
-
Joel Brobecker authored
* darwin-nat.c: Add __TEXT __info_plist content. (darwin_attach_pid): Update error message. -
gdbadmin authored
-
- 05 Oct, 2009 1 commit
-
-
gdbadmin authored
-
- 04 Oct, 2009 3 commits
-
-
Pedro Alves authored
-
Pedro Alves authored
-
gdbadmin authored
-
- 03 Oct, 2009 1 commit
-
-
gdbadmin authored
-
- 02 Oct, 2009 2 commits
-
-
Joel Brobecker authored
* Makefile.in (GDB_DATADIR_PATH): Renamed to ... (GDB_DATADIR): This. (xml-syscall-install): Updated. -
gdbadmin authored
-
- 01 Oct, 2009 3 commits
-
-
Joel Brobecker authored
Approval).
-
Joel Brobecker authored
* configure: Regenerate.
-
gdbadmin authored
-
- 30 Sep, 2009 5 commits
-
-
gdbadmin authored
-
gdbadmin authored
-
gdbadmin authored
-
Pierre Muller authored
* doc/gdb.texinfo (Cygwin Native): Mention support for Ctrl-BREAK.
-
gdbadmin authored
-
- 29 Sep, 2009 20 commits
-
-
Jan Kratochvil authored
* gdb.base/breakpoint-shadow.exp: Move the ia64 part into ... * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests. * gdb.arch/ia64-breakpoint-shadow.S: New file.
-
nobody authored
Cherrypick from master 2009-09-29 19:24:46 UTC Jan Kratochvil <jan.kratochvil@redhat.com> 'gdb/testsuite/': gdb/testsuite/gdb.arch/ia64-breakpoint-shadow.S gdb/testsuite/gdb.arch/ia64-breakpoint-shadow.exp -
Jan Kratochvil authored
* ia64-tdep.c (ia64_convert_from_func_ptr_addr): New variable buf. Check first the descriptor memory is readable.
-
Ulrich Weigand authored
* gdb.objc/nondebug.exp: Likewise.
-
Ulrich Weigand authored
* eval.c (evaluate_subexp_standard) [OP_OBJC_MSGCALL]: Support platforms that use function descriptors. Prefer to use function pointer types instead of function types. * linespec.c (decode_objc): Support function descriptors. Fully initialize SAL result. * objc-lang.c (find_methods): Support function descriptors. Do not require function symbol to point to text section. * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): When calling via a function pointer, use the descriptor it points to.
-
Tom Tromey authored
-
Ulrich Weigand authored
target_info setting. * gdb.threads/thread-specific.exp (get_thread_list): Support targets that detect new threads during "info threads".
-
Ulrich Weigand authored
instead of CORE_ADDR for "amode".
-
Ulrich Weigand authored
* gdbarch.c, gdbarch.h: Regenerate. * arch-utils.c (default_displaced_step_hw_singlestep): New function. * arch-utils.h (default_displaced_step_hw_singlestep): Add prototype. * ppc-linux-tdep.c (ppc_displaced_step_hw_singlestep): New function. (rs6000_gdbarch_init): Install it. * infrun.c (displaced_step_fixup): Use new callback to determine whether to "step" or "continue" displaced copy. (resume): Likewise. Do not call maybe_software_singlestep for displaced stepping. (maybe_software_singlestep): Do not handle displaced stepping.
-
Hui Zhu authored
* record.c (record_open): Change "query" to "error". (cmd_record_stop): Change "query" to "printf_unfiltered".
-
Joel Brobecker authored
breakpoints for L-X instructions. (ia64_memory_insert_breakpoint, ia64_memory_remove_breakpoint): Update the comments inside these functions. -
Ulrich Weigand authored
platforms that use function descriptors. Prefer to use function pointer types instead of function types. * linespec.c (decode_objc): Support function descriptors. Fully initialize SAL result. * objc-lang.c (find_methods): Support function descriptors. Do not require function symbol to point to text section. * ppc-sysv-tdep.c (ppc64_sysv_abi_push_dummy_call): When calling via a function pointer, use the descriptor it points to.
-
Ulrich Weigand authored
assigning to a bitfield.
-
Ulrich Weigand authored
op_bxh, op1_bxhg, op2_bxhg, op_bxle, op1_bxleg, op2_bxleg, op1_brct, op2_brct, op1_brctg, op2_brctg, op_brxh, op1_brxhg, op2_brxhg, op_brxle, op1_brxlg, op2_brxlg): New enum values. (is_rsi, is_rie): New insn format decoder routines. (s390_displaced_step_fixup): New function. (s390_gdbarch_init): Install displaced stepping routines.
-
Ulrich Weigand authored
Call clear_inferiors. (spu_detach): Call clear_inferiors.
-
Ulrich Weigand authored
to 2*PTHREAD_STACK_MIN. * gdb.threads/multi-create.c (main): Likewise. (create_function): Likewise.
-
Ulrich Weigand authored
of integer types as offset to restore in intarr3.srec case.
-
Ulrich Weigand authored
-
Ulrich Weigand authored
-
gdbadmin authored
-
- 28 Sep, 2009 1 commit
-
-
Joel Brobecker authored
* ia64-tdep.c (ia64_memory_insert_breakpoint): Extend the comment. New variable shadow_slotnum, use it appropriately instead of slotnum. Move shadow_len initialization before SLOTNUM adjustment, cover now the whole remaining bundle. Error now on breakpoints requested for the slot 2 of L-X bundles. Better sanity check the requested slot 1 of L-X bundles. (ia64_memory_remove_breakpoint): New variable shadow_slotnum, use it appropriately instead of slotnum. Warn now on breakpoints requested for the slot 2 of L-X bundles. Better sanity check the requested slot 1 of L-X bundles. Update the assertio check of PLACED_SIZE. (ia64_breakpoint_from_pc): New variable shadow_slotnum, use it appropriately instead of slotnum. Move *lenptr initialization before SLOTNUM adjustment, cover now the whole remaining bundle. Error now on breakpoints requested for the slot 2 of L-X bundles. Better sanity check the requested slot 1 of L-X bundles. Simplify the returned expression.
-