aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
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.
2009-04-16 * procfs.c (solib_mappings_callback, find_memory_regions_callback):Joel Brobecker2-2/+8
Fix a compilation warning on mips-irix due to casting from a pointer of different size.
2009-04-16 * ada-lang.c (symtab_for_sym): Delete.Joel Brobecker2-60/+6
(user_select_syms): Use sym->symtab instead of calling symtab_for_sym.
2009-04-16 * ada-lang.c (extract_string): Delete.Joel Brobecker2-3/+16
(ada_main_name): Reimplement using target_read_string instead of extract_string.
2009-04-16* m68klinux-nat.c: Remove obsolete comment.Andreas Schwab2-50/+21
(fetch_register, store_register): Don't call gdbarch_cannot_fetch_register or gdbarch_cannot_store_register, which are always nops here.
2009-04-16*** empty log message ***gdbadmin1-1/+1
2009-04-15gdbTom Tromey9-41/+152
* c-lang.c (c_emit_char): Use INTERMEDIATE_ENCODING. (c_printstr): Likewise. * charset.c: Include gdb_wait.h. (make_wchar_iterator): Use INTERMEDIATE_ENCODING. (find_charset_names): Use pexecute. Handle libiconv's output. Detect errors. (_initialize_charset): Use xstrdup. * gdb_wchar.h: Check HAVE_BTOWC. Split PHONY_ICONV and wchar cases. (INTERMEDIATE_ENCODING): New define. * configure, config.in: Rebuild. * configure.ac: Check for btowc. gdb/doc * gdb.texinfo (Character Sets): Document default character set.
2009-04-15gdbTom Tromey4-1/+22
* c-lang.c (evaluate_subexp_c): Correctly handle EVAL_SKIP. gdb/testsuite * gdb.base/charset.exp: Add regression test.
2009-04-15 * utils.c (parse_escape): Initialize target_char to pacify GCC.Eli Zaretskii2-1/+5
2009-04-15*** empty log message ***gdbadmin1-1/+1
2009-04-14gdb/Jan Kratochvil2-1/+5
* c-lang.c (c_get_string): Fix xfree crash on a failed string read.
2009-04-14 ARI fix: sprintf rule.Pierre Muller3-11/+20
* ada-exp.y (convert_char_literal): Replace sprintf by xsnprintf. * ada-lang.c (add_angle_brackets): Use xstrprintf. (ada_decode): Replace sprintf by xsnprintf. (find_old_style_renaming_symbol): Ditto. (ada_to_fixed_type_1, ada_enum_name): Ditto.
2009-04-14 * gdbint.texinfo: Change server name from sources.redhat.com toPierre Muller2-21/+26
sourceware.org throughout.
2009-04-14 * gdb.base/exe-lock.exp: New testcase.Joel Brobecker2-0/+67
2009-04-14 * target.c (target_mourn_inferior): Call bfd_cache_close_allJoel Brobecker2-0/+11
after having executed the target mourn_inferior routine.
2009-04-14config/djgpp/djconfig.sh (DEPDIR): Define to "_deps", if undefined.Eli Zaretskii2-0/+9
2009-04-142009-04-13 David Daney <ddaney@caviumnetworks.com>David Daney2-16/+37
* infrun.c (maybe_software_singlestep): New function. (resume): Call maybe_software_singlestep. (handle_inferior_event): Same.
2009-04-14*** empty log message ***gdbadmin1-1/+1
2009-04-13gdbTom Tromey4-9/+23
* python/python-frame.c (frapy_richcompare): Return Py_NotImplemented, not an error. Handle Py_NE as well. gdb/testsuite * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test != operator on Frame.
2009-04-13Fix typo in the last change.Eli Zaretskii1-1/+1
2009-04-13 * charset.c (EILSEQ): Define if not defined by system headers.Eli Zaretskii2-0/+13
2009-04-13*** empty log message ***gdbadmin1-1/+1
2009-04-12*** empty log message ***gdbadmin1-1/+1
2009-04-11*** empty log message ***Eli Zaretskii1-2/+2
2009-04-11*** empty log message ***Eli Zaretskii1-1/+1
2009-04-11 * config/djgpp/config.sed: Tweak ac_config_files in intl/configureEli Zaretskii2-0/+4
to be consistent with renaming config.intl.h into config_intl.h.
2009-04-11 * go32-nat.c (go32_attach, go32_detach:) Fix prototypes to beEli Zaretskii2-2/+7
consistent with the change from 2009-03-17.
2009-04-11*** empty log message ***gdbadmin1-1/+1
2009-04-10gdb/Jan Kratochvil2-4/+7
* varobj.c (varobj_invalidate): Fix formatting text width.
2009-04-10gdb/Jan Kratochvil2-32/+34
* varobj.c (varobj_invalidate): Fix indentation.
2009-04-10 * gdbtypes.c: Remove excessive parentheses at the return keywords.Jan Kratochvil2-12/+16
2009-04-10*** empty log message ***gdbadmin1-1/+1