aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2008-01-26*** empty log message ***gdbadmin1-1/+1
2008-01-25 * i386-tdep.c (i386_skip_noop): New function.Pierre Muller2-0/+51
(i386_analyze_prologue): Call i386_skip_noop function.
2008-01-252008-01-24 Michael Snyder <msnyder@specifix.com>Michael Snyder5-5/+11
* procfs.c (procfs_xfer_partial): Comment, cut/paste error. * win32-nat.c (win32_xfer_partial): Ditto. * target.c (default_xfer_partial): Minor whitespace adjustment.
2008-01-25*** empty log message ***gdbadmin1-1/+1
2008-01-24 * arm-tdep.c (arm_addr_bits_remove): In non 26-bit mode, don'tPedro Alves2-1/+6
strip bit 1 even if pc doesn't point to thumb code.
2008-01-24*** empty log message ***gdbadmin1-1/+1
2008-01-23Add value field to tests for output of -var-set-format.Nick Roberts1-18/+18
2008-01-23*** empty log message ***Nick Roberts1-0/+5
2008-01-23 * remote.c (remote_wait): Handle SIGINT between packets.Daniel Jacobowitz2-1/+22
(remote_async_wait): Likewise.
2008-01-23 Inform about new thread in a single place.Vladimir Prus19-62/+327
* thread.c (add_thread_silent): Renamed from add_thread. (print_thread_events): New variable definition. (show_print_thread_events): New function. (_initialize_thread): Add "set print thread-events" and "show print thread-events" commands. (add_thread): Announce new thread. * gdbthread.h (add_thread_silent): Declare. (print_thread_events): New variable declaration. * inf-ttrace.c (inf_ttrace_wait): Don't inform about new thread, as add_thread is always called too, and will take care of that. * infrun.c (handle_inferior_event): Likewise. * procfs.c (procfs_wait): Likewise. * remote.c (remote_currthread): Likewise. * sol-thread.c (sol_thread_wait): Likewise. * win32-nat.c (get_win32_debug_event): Likewise. * linux-thread-db.c (attach_thread): Likewise. Remove the verbose parameter. (check_event): Make detach_thread be verbose only if print_thread_events is set. * linux-nat.c (lin_lwp_attach_lwp): Don't inform about new thread. This is called only from linux-thread-db.c:attach_thread, which will take care. Remove the verbose parameter. * linux-nat.h (lin_lwp_attach_lwp): Adjust prototype.
2008-01-23Add value field to tests for output of -var-set-format.Nick Roberts1-18/+18
2008-01-23Add the variable octal.Nick Roberts1-0/+2
2008-01-23*** empty log message ***Nick Roberts1-0/+7
2008-01-23(mi_cmd_var_set_format): Add value field to output.Nick Roberts1-0/+3
2008-01-23*** empty log message ***Nick Roberts1-0/+4
2008-01-23*** empty log message ***gdbadmin1-1/+1
2008-01-22 * gdb.base/float.exp: Allow missing floating point for m68k andDaniel Jacobowitz2-2/+22
PowerPC.
2008-01-22 * breakpoint.c (break_command_really): New parameterVladimir Prus7-7/+58
ignore_count. (break_command_1): Pass 0 as ignore_count to break_command_really. (gdb_breakpoint): Pass ignore_count to break_command_really.
2008-01-22 * mn10300-linux-tdep.c (am33_linux_sigframe_cache_init): FindKevin Buettner2-0/+8
sigcontext struct via pointer. (struct sigframe comment): Update to show new field `psc'.
2008-01-22*** empty log message ***gdbadmin1-1/+1
2008-01-21 * infrun.c (handle_inferior_event): IfVladimir Prus2-18/+7
we failed to remove breakpoints, error, don't try to increment PC by hand.
2008-01-21*** empty log message ***gdbadmin1-1/+1
2008-01-20*** empty log message ***gdbadmin1-1/+1
2008-01-19 Add NetBSD/hppa target and host support.Nick Hudson10-107/+661
* hppabsd-tdep.c (hppabsd_supply_gregset): Move to ... (hppabsd_gregset): Move to ... (hppabsd_regset_from_core_section): Rename hppaobsd_regset_from_core_section and move to ... (hppabsd_find_global_pointer): Update comment. (hppabsd_init_abi): Make global. Do not register hppabsd_regset_from_core_section. (hppabsd_core_osabi_sniffer): Rename hppaobsd_core_osabi_sniffer and move to ... (_initialize_hppabsd_tdep): Move to ... * hppaobsd-tdep.c: ... here. New file. * hppnbsd-tdep.c: New file. * hppnbsd-nat.c: New file. * Makefile.in (ALL_TARGET_OBS): Add hppanbsd-tdep.o and hppaobsd-tdep.o. (ALLDEPFILES): Add hppabsd-nat.c and hppabsd-tdep.c. (hppabsd-nat.o, hppabsd-tdep.o): New dependencies. (hppabsd-tdep.o, hppaobsd-tdep.o): Update dependencies. * configure.host (hppa*-*-netbsd*): New entry. * configure.tgt (hppa*-*-netbsd*): New entry. (hppa*-*-openbsd*): Update. * NEWS (New native configuration): Mention NetBSD/hppa. (New targets): Mention NetBSD/hppa.
2008-01-19 * gdb.texinfo (Specify Location): New section.Eli Zaretskii2-93/+126
(Delete Breaks, Edit, Set Breaks): Remove description of locations. Instead, add a reference to "Specify Location". (Machine Code, Jumping, Thread Stops, Continuing and Stepping) (Symbols): Refer to "Specify Location" for the valid forms of linespecs and locations.
2008-01-19*** empty log message ***gdbadmin1-1/+1
2008-01-18 * gdbarch.sh (function_list): Add new property bits_big_endian toMarkus Deuling15-31/+91
gdbarch structure. * gdbarch.{c,h}: Regenerate. * value.c (struct value): Replace BITS_BIG_ENDIAN by gdbarch_bits_big_endian (comment). (unpack_field_as_long, modify_field): Likewise. * value.h: Likewise (comment). * valops.c (value_slice): Likewise. * valarith.c (value_subscript, value_bit_index): Likewise. * gdbtypes.h (field): Likewise (comment). * eval.c (evaluate_subexp_standard): Likewise. * dwarf2read.c (dwarf2_add_field): Likewise. * ada-lang.c (decode_packed_array, ada_value_primitive_packed_val) (move_bits, ada_value_assign, value_assign_to_component): Likewise. * defs.h (BITS_BIG_ENDIAN): Remove. * gdbint.texinfo (Target Conditionals): Replace the description of BITS_BIG_ENDIAN with a description of gdbarch_bits_big_endian.
2008-01-18 * jv-exp.y (yylex): Replace DEPRECATED_STREQN with the appropriateMarkus Deuling5-59/+38
function calls. * m2-exp.y (yylex): Likewise. * objc-exp.y (yylex): Likewise. * defs.h (DEPRECATED_STREQN): Remove.
2008-01-18*** empty log message ***gdbadmin1-1/+1
2008-01-17binutils/H.J. Lu2-1/+5
2008-01-17 H.J. Lu <hjl.tools@gmail.com> * MAINTAINERS: Update my email address. gdb/ 2008-01-17 H.J. Lu <hjl.tools@gmail.com> * MAINTAINERS: Update my email address.
2008-01-17* README: Mention gdbserver/README.Jim Blandy2-0/+8
2008-01-17 * valarith.c (value_binop): Handle BINOP_INTDIVPierre Muller2-0/+7
for unsigned and signed integers.
2008-01-17 * s390-tdep.c (s390_gdbarch_init): Set default long doubleUlrich Weigand2-0/+11
type to 128-bit IEEE quad.
2008-01-17 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integerPedro Alves5-8/+26
and 'dummy_ptr' integer pointer. Initialize struct_declarations with dummy_ptr's address. * gdb.mi/var-cmd.c (do_children_tests): Likewise. * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on all targets. * gdb.mi/mi2-var-child.exp: Likewise.
2008-01-17 * hpux-thread.c (hpux_thread_resume): Delete commented-out code.Joel Brobecker2-9/+4
2008-01-17*** empty log message ***gdbadmin1-1/+1
2008-01-16* auxv.c (fprint_target_auxv): Add support for AT_SUN_AUXFLAGS.Mark Kettenis2-0/+4
2008-01-16* dfp.c, dfp.h: Rename decimal_to_double to decimal_to_doublest.Mark Kettenis4-4/+9
* value.c: All callers changed.
2008-01-16 * rs6000-nat.c (add_vmap, vmap_ldinfo, vmap_exec): ReplaceMarkus Deuling8-26/+41
DEPRECATED_STREQ by its expression. * coffread.c (coff_locate_sections, coff_symtab_read): Likewise. * xcoffread.c (read_xcoff_symtab, read_symbol_lineno, find_linenos) (scan_xcoff_symtab): Likewise. * hppa-hpux-tdep.c (hppa_hpux_skip_trampoline_code): Likewise. * f-lang.c (find_common_for_function): Likewise. * objc-exp.y (parse_number): Likewise. * defs.h (DEPRECATED_STREQ): Remove.
2008-01-16 * mn10300-tdep.h (AM33_MODE): Add gdbarch as parameter.Markus Deuling3-11/+29
* mn10300-tdep.c (set_reg_offsets, mn10300_analyze_prologue): Use get_frame_arch to get at the current_architecture. Update AM33_MODE call. (mn10300_analyze_prologue): Add gdbarch as parameter. Update caller. (mn10300_frame_unwind_cache): Use get_frame_arch to get at the current architecture. (set_reg_offsets, mn10300_analyze_prologue): Fix indentation.
2008-01-16 * amd64-nat.h (amd64_native_gregset_supplies_p): Add gdbarch asMarkus Deuling5-20/+43
parameter. * amd64-nat.c (amd64_native_gregset_supplies_p): Likewise. (amd64_native_gregset_reg_offset): Add gdbarch as parameter. Replace current_gdbarch by gdbarch. Update caller. * amd64-linux-nat.c (amd64_linux_fetch_inferior_registers) (amd64_linux_store_inferior_registers): Use get_regcache_arch to get at the current architecture. Update calls of amd64_native_gregset_supplies_p. * amd64bsd-nat.c (amd64bsd_fetch_inferior_registers) (amd64bsd_store_inferior_registers): Likewise.
2008-01-16 * ppc-linux-nat.c (ppc_register_u_addr): Add gdbarch as parameter.Markus Deuling2-5/+10
Replace current_gdbarch by gdbarch. Update caller.
2008-01-16 * dbxread.c (repeated_header_complaint, dbx_symfile_init)Markus Deuling2-49/+88
(read_dbx_dynamic_symtab, function_outside_compilation_unit_complaint) (read_dbx_symtab, end_psymtab, dbx_psymtab_to_symtab_1) (dbx_psymtab_to_symtab, read_ofile_symtab, process_one_symbol) (stabsect_build_psymtabs): Fix indentation.
2008-01-162008-01-15 Michael Snyder <msnyder@specifix.com>Michael Snyder2-1/+5
* corelow.c (core_xfer_partial): Comment, cut/paste error.
2008-01-16*** empty log message ***gdbadmin1-1/+1
2008-01-15*** empty log message ***gdbadmin1-1/+1
2008-01-14 * win32-nat.c (win32_create_inferior): Restore code callingPierre Muller3-0/+11
CloseHandle on ProcessInformation structure.
2008-01-14*** empty log message ***gdbadmin1-1/+1
2008-01-13 * configure.ac: Check for void * as 3 argument of ptrace.Nick Hudson3-2/+7
* configure: regenerate.
2008-01-13*** empty log message ***gdbadmin1-1/+1