aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2009-04-24Add moxie-elf port.Anthony Green5-0/+590
2009-04-24*** empty log message ***gdbadmin1-1/+1
2009-04-23Spell my name properly in the last entry :-).Joel Brobecker1-1/+1
2009-04-23 * ada-lang.c: Remove an extra empty line. No code change.Joel Brobecker2-1/+4
2009-04-23gdb/Jan Kratochvil2-3/+11
Fix double free on error inserting the breakpoint instruction. * breakpoint.c (create_breakpoints): Move the update_global_location_list call to ... (break_command_really): ... here together with the second local call both unified after all the cleanups.
2009-04-23gdbTom Tromey11-181/+299
2009-04-23 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com> Tom Tromey <tromey@redhat.com> * configure, config.in: Regenerate. * configure.ac: Support for relocatable GDB datadir. Use GDB_AC_WITH_DIR. Always define TARGET_SYSTEM_ROOT_RELOCATABLE. * acinclude.m4 (GDB_AC_WITH_DIR): New defun. * top.c (init_main): Add "set data-directory". * defs.h (gdb_datadir): Declare. * main.c (gdb_datadir): New global. (captured_main): Initialize gdb_datadir. Use relocate_directory. (relocate_path): New function. (relocate_directory): Likewise. (get_init_files): Use relocate_path. (README): Mention --with-gdb-datadir. gdb/doc 2009-04-23 Tom Tromey <tromey@redhat.com> * gdb.texinfo (Data Files): New node. (GDB Files): Update menu.
2009-04-23 * ada-tasks (task_command_1): Call target_find_new_threads.Joel Brobecker2-0/+13
2009-04-23 * stack.c (do_gdb_disassembly): Print the exception message if anJoel Brobecker2-0/+9
error was thrown while trying to perform the disassembly.
2009-04-23 * gdbint.texinfo (Defining Other Architecture Features): RemoveJoel Brobecker2-4/+5
enty for PROCESS_LINENUMBER_HOOK.
2009-04-23*** empty log message ***gdbadmin1-1/+1
2009-04-22 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.Joseph Myers2-1/+15
2009-04-22gdb/Jan Kratochvil2-1/+5
* varobj.c (free_variable): Replace free_current_contents by xfree.
2009-04-22 * gdb.texinfo (GDB/MI Program Execution): Document -exec-jump.Vladimir Prus2-0/+29
2009-04-22 * arm-linux-nat.c (fetch_register, store_register): UseKazu Hirata5-7/+18
ARM_CPSR_GREGNUM instead of ARM_CPSR_REGNUM. * arm-linux-tdep.c (arm_linux_supply_gregset, arm_linux_collect_gregset): Likewise. * arm-linux-tdep.h (ARM_CPSR_GREGNUM): New. * arm-tdep.h (ARM_CPSR_REGNUM): Remove.
2009-04-22 * gdb.texinfo (disassemble-next-line): Set the default ofHui Zhu2-3/+7
disassemble-next-line to off.
2009-04-22 * stack.c (_initialize_stack): Set the default ofHui Zhu2-2/+7
disassemble-next-line to off.
2009-04-22 * acinclude.m4: Use AS_HELP_STRING, not AC_HELP_STRING.Tom Tromey3-20/+25
* configure.ac: Use AS_HELP_STRING, not AC_HELP_STRING.
2009-04-22*** empty log message ***gdbadmin1-1/+1
2009-04-21* configure.ac: Add quotes to not lose brackets in help text.Andreas Schwab3-2/+7
* configure: Rebuild.
2009-04-21Fix date.Andreas Schwab1-1/+1
2009-04-21 * configure.ac: Don't postprocess Makefile in config.status.Andreas Schwab5-85/+64
Substitute GDB_NM_FILE. Don't substitute nm_h. * Makefile.in (GDB_NM_FILE): Substitute. (TAGS): Use $(GDB_NM_FILE) instead of $(NAT_FILE). * configure: Regenerate. * gnulib/Makefile.in: Regenerate.
2009-04-21gdb:Joseph Myers7-13/+170
* configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir, --with-htmldir): New. * configure: Regenerate. gdb/doc: * configure.ac (--with-datarootdir, --with-docdir, --with-pdfdir, --with-htmldir): New. * configure: Regenerate. * Makefile.in (datarootdir, docdir): Define. (gdb.dvi, gdb.pdf): Use same -I options as for building gdb.info instead of $(SET_TEXINPUTS). (gdbint.dvi, gdbint.pdf): Use same -I options as for building gdbint.info instead of $(SET_TEXINPUTS). (gdbint/index.html): Use same -I options as for building gdbint.info. (stabs.dvi, stabs.pdf): Use same -I options as for building stabs.info instead of $(SET_TEXINPUTS). (stabs/index.html): Use same -I options as for building stabs.info. (annotate.dvi, annotate.pdf): Use same -I options as for building annotate.info instead of $(SET_TEXINPUTS). (annotate/index.html): Use same -I options as for building annotate.info.
2009-04-21 * configure: Rebuild.Tom Tromey3-16/+23
* configure.ac: Use lower case for start of help strings. Clean up --with-sysroot help.
2009-04-21 * configure: Rebuild.Tom Tromey4-31/+44
* acinclude.m4 (AM_ICONV): Use AC_HELP_STRING. * configure.ac: Use AC_HELP_STRING. Use upper case for variables in help.
2009-04-212009-04-21 David Daney <ddaney@caviumnetworks.com>David Daney2-2/+6
* gdb.texinfo (maint show-debug-regs): Remove mention of x86.
2009-04-21 ARI fix: remove "%p".Pierre Muller3-12/+25
* ia64-tdep.c (ia64_frame_this_id): Use host_address_to_string function. (ia64_sigtramp_frame_this_id): Ditto. (ia64_libunwind_frame_this_id): Ditto. (ia64_libunwind_sigtramp_frame_this_id): Ditto. * symmisc.c (maintenance_info_psymtabs): Ditto.
2009-04-21gdb:Joseph Myers9-1/+69
* configure.ac (--with-relocated-sources): New. * configure, config.in: Regenerate. * source.c (add_substitute_path_rule): Remove static. * source.h (add_substitute_path_rule): Declare. * main.c: Include "source.h". (captured_main): Add substitution rule if RELOC_SRCDIR. gdb/doc: * gdb.texinfo (Source Path): Document --with-relocated-sources.
2009-04-21 * gnu-nat.h (proc_debug): Add missing continuation line in macro.Pierre Muller2-1/+5
2009-04-21*** empty log message ***gdbadmin1-1/+1
2009-04-202009-04-20 David Daney <ddaney@caviumnetworks.com>David Daney4-4/+743
* NEWS: Mention MIPS/Linux hardware watchpoint support. 2009-04-20 David Daney <ddaney@caviumnetworks.com> * mips-linux-nat.c (command.h, gdbcmd.h, gdb_assert.h): New #includes. (maint_show_dr, super_close): New variables. (super_fetch_registers, super_store_registers): Make static. (PTRACE_GET_WATCH_REGS, PTRACE_SET_WATCH_REGS, W_BIT, R_BIT, I_BIT) (W_MASK, R_MASK, I_MASK, IRW_MASK, MAX_DEBUG_REGISTER): Define. (pt_watch_style): Define new enum. (mips32_watch_regs, mips64_watch_regs, pt_watch_regs, mips_watchpoint): Define new structs. (watch_readback_valid, watch_readback, current_watches, watch_mirror): New variables. (get_irw_mask, get_reg_mask, get_num_valid, get_watchlo) (set_watchlo, get_watchhi, set_watchhi, mips_show_dr) (mips_linux_read_watch_registers, mips_linux_can_use_hw_breakpoint) (mips_linux_stopped_by_watchpoint, mips_linux_stopped_data_address) (type_to_irw, fill_mask, try_one_watch) (mips_linux_region_ok_for_hw_watchpoint, write_watchpoint_regs) (mips_linux_new_thread, populate_regs_from_watches) (mips_linux_insert_watchpoint, mips_linux_remove_watchpoint) (mips_linux_close): New functions. (_initialize_mips_linux_nat): Register watchpoint functions with the target_ops. Add show-debug-regs maintenance command. 2009-04-20 David Daney <ddaney@caviumnetworks.com> * infrun.c (handle_inferior_event): Move gegisters_changed call down.
2009-04-20*** empty log message ***gdbadmin1-1/+1
2009-04-19 * NEWS: Mention gdbserver support for x86 Windows CE.Pedro Alves2-0/+7
2009-04-19 * config/djgpp/fnchange.lst: Fix typos.Eli Zaretskii2-3/+5
2009-04-19 Set default host and target charsets in the DJGPP port.Eli Zaretskii6-1/+129
* config/djgpp/config.sed (am_cv_langinfo_codeset) (bash_cv_langinfo_codeset, ac_cv_header_nl_types_h): Set to "yes" in all configure scripts that define ac_cv_env_CPP_value. * go32-nat.c (dos_codepage, nl_langinfo): New functions. Include langinfo.h. * config/djgpp/nl_types.h: New file. * config/djgpp/langinfo.h: New file. * config/i386/go32.mh (MH_CFLAGS): Add $(srcdir)/config/djgpp.
2009-04-192009-04-19 Danny Backx <dannybackx@users.sourceforge.net>Pedro Alves2-0/+13
* configure.srv: Add x86 Windows CE target.
2009-04-19*** empty log message ***gdbadmin1-1/+1
2009-04-18gdb:Joseph Myers4-21/+49
2009-04-18 Carlos O'Donell <carlos@codesourcery.com> * Makefile.in (MAKEHTML): Set to makeinfo --html. (MAKEHTMLFLAGS): Set to empty. gdb/doc: 2009-04-18 Carlos O'Donell <carlos@codesourcery.com> Joseph Myers <joseph@codesourcery.com> * Makefile.in (MAKEHTML): Set to makeinfo --html. (MAKEHTMLFLAGS): Set to empty. (html__strip_dir): Define. (HTMLFILES): Define. (HTMLFILES_INSTALL): Define. (install-html): Copy new automake rule. (html): Depend on $(HTMLFILES). (gdb_toc.html): Rename to gdb/index.html. (gdbint_toc.html): Rename to gdbint/index.html. (stabs_toc.html): Rename to stabs/index.html. (annotate_toc.html): Rename to annotate/index.html.
2009-04-18 * NEWS: Mention all new set/show commands added since GDB 6.8 wasEli Zaretskii2-11/+72
released.
2009-04-18 * go32-nat.c (go32_sysinfo): Check if the call toEli Zaretskii2-3/+22
__dpmi_get_capabilities fills the buffer with information, and don't use the buffer if not.
2009-04-18*** empty log message ***gdbadmin1-1/+1
2009-04-17 * charset.c (_initialize_charset): Add special case for "646".Tom Tromey2-0/+8
2009-04-17gdb:Joseph Myers8-6/+54
2009-04-17 Carlos O'Donell <carlos@codesourcery.com> * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir. * configure: Regenerate. * Makefile.in: Set datarootdir, docdir, htmldir, and pdfdir from configure substitutions. (FLAGS_TO_PASS): Add datarootdir, docdir, and htmldir. gdb/doc: 2009-04-17 Carlos O'Donell <carlos@codesourcery.com> * Makefile.in: Set pdfdir and htmldir from configure substitutions. * configure.ac: AC_SUBST datarootdir, docdir, htmldir, pdfdir. * configure: Regenerate. readline: 2009-04-17 Carlos O'Donell <carlos@codesourcery.com> * Makefile.in: Add html target. Add dummy install-html and install-pdf targets. sim: 2009-04-17 Carlos O'Donell <carlos@codesourcery.com> * Makefile.in: Add dummy install-pdf, html, and install-html targets.
2009-04-17 ARI fix: Do not use %p, replace by call to host_address_to_stringPierre Muller7-27/+54
for host pointers. * darwin-nat.c (darwin_xfer_partial): Apply change. * gnu-nat.c (inf_continue, gnu_xfer_memory): Ditto. * gnu-nat.h (proc_debug): Ditto. * symmisc.c (maintenance_info_symtabs): Ditto. (maintenance_info_psymtabs): Ditto. * windows-nat.c (handle_load_dll): Ditto. (handle_unload_dll, info_w32_command, handle_exception): Ditto. * xtensa-tdep.c (xtensa_unwind_pc): Ditto.
2009-04-17 * configure.tgt (i[34567]86-*-linux*): Use 64-bit configuration ifJoseph Myers2-0/+15
--enable-64-bit-bfd. (sparc-*-linux*): Likewise.
2009-04-17 * go32-nat.c (go32_sysinfo): Update list of Windows versions ofEli Zaretskii2-1/+6
the NT family.
2009-04-17*** empty log message ***gdbadmin1-1/+1
2009-04-16 * remote.c (remote_query_attached): Fix pasto in packet_ok resultPedro Alves2-1/+6
checking.
2009-04-16Undo the following change. Not correct, after all:Joel Brobecker2-2/+7
* procfs.c (solib_mappings_callback, find_memory_regions_callback): Fix a compilation warning on mips-irix due to casting from a pointer of different size.
2009-04-16 * ada-lang.h (ada_adjust_exception_stop, ada_print_exception_stop)Joel Brobecker2-12/+7
(ada_get_current_task, ada_print_exception_breakpoint_nontask) (ada_print_exception_breakpoint_task, ada_reset_thread_registers): Remove declaration. These are non-existent functions.
2009-04-16 * gdbint.texinfo (Native Debugging): Remove entry for PROC_NAME_FMT.Joel Brobecker2-6/+5
This macro is no longer used.