aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2009-12-09*** empty log message ***gdbadmin1-1/+1
2009-12-082009-12-08 Phil Muldoon <pmuldoon@redhat.com>Phil Muldoon6-0/+112
PR python/10804 * python/py-type.c (typy_range): New Function. 2009-12-08 Phil Muldoon <pmuldoon@redhat.com> * gdb.python/py-type.exp (test_range): New test. 2009-12-08 Phil Muldoon <pmuldoon@redhat.com> * gdb.texinfo (Types In Python): Describe range function.
2009-12-08 * charset.c: Include environ.h.Doug Evans2-5/+63
(ignore_line_p): New function. (find_charset_names): Handle older versions of iconv that print human-readable output even if stdout is not a tty.
2009-12-08 * NEWS: Announce Renesas RX support.Kevin Buettner2-0/+3
2009-12-08*** empty log message ***gdbadmin1-1/+1
2009-12-07 * configure.tgt: Add rx-*-elf target.Kevin Buettner3-0/+875
* rx-tdep.c: New target.
2009-12-072009-12-07 Tristan Gingold <gingold@adacore.com>Tristan Gingold10-24/+26
* symfile.h (struct sym_fns): Adjust comment on sym_read. * symfile.c (syms_from_objfile): Pass all symfile flags to sym_read. * dbxread.c (dbx_symfile_read): Rename mainline to symfile_flags, adjust header comment. * elfread.c (elf_symfile_read): Ditto. * somread.c (som_symfile_read): Ditto. * xcoffread.c (xcoff_initial_scan): Ditto. * coffread.c (coff_symfile_read): Rename mainline to symfile_flags. * machoread.c (macho_symfile_read): Ditto. * mipsread.c (mipscoff_symfile_read): Ditto.
2009-12-072009-12-07 Tristan Gingold <gingold@adacore.com>Tristan Gingold6-30/+12
* dbxread.c (dbx_symfile_read): No need to test mainline to call init_psymbol_list. * xcoffread.c (xcoff_initial_scan): Ditto; * coffread.c (coff_symfile_read): Remove call to init_psymbol_list. * elfread.c (elf_symfile_read): Ditto. * machoread.c (macho_symfile_read): Ditto.
2009-12-07*** empty log message ***gdbadmin1-1/+1
2009-12-06*** empty log message ***gdbadmin1-1/+1
2009-12-05*** empty log message ***gdbadmin1-1/+1
2009-12-04 * valops.c (value_struct_elt_for_reference): Do not rely onDaniel Jacobowitz2-14/+21
field order.
2009-12-04*** empty log message ***gdbadmin1-1/+1
2009-12-032009-12-03 Richard Ward <richard.j.ward1@googlemail.com>Phil Muldoon8-1/+201
* python/py-type.c (convert_field): New attribute "is_base_class". doc/ 2009-12-03 Richard Ward <richard.j.ward1@googlemail.com> * gdb.texinfo (Types In Python): Describe "is_base_class". testsuite/ 2009-12-03 Phil Muldoon <pmuldoon@redhat.com> PR python/10805 * gdb.python/py-type.exp: New file. * gdb.python/py-type.c: New file. * Makefile.in: Add py-type.
2009-12-03gdbTom Tromey6-0/+64
* python/python.c (gdbpy_parse_and_eval): New function. (GdbMethods): Add "parse_and_eval". gdb/testsuite * gdb.python/py-value.exp (test_parse_and_eval): New function. gdb/doc * gdb.texinfo (Basic Python): Document gdb.parse_and_eval.
2009-12-03gdb/Jan Kratochvil2-3/+9
* linux-thread-db.c (find_new_threads_once): Change errp and err types to td_err_e. (thread_db_find_new_threads_2): Change err type to td_err_e.
2009-12-03ChangeLog:Paul Pluzhnikov5-0/+135
2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com> PR gdb/11022 * breakpoint.c (invalidate_bp_value_on_memory_change): New function. (_initialize_breakpoint): Add it as memory change observer. testsuite/ChangeLog: 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com> PR gdb/11022 * gdb.base/pr11022.exp: New test. * gdb.base/pr11022.c: New test.
2009-12-032009-12-03 Tristan Gingold <gingold@adacore.com>Tristan Gingold2-0/+6
* machoread.c (macho_sym_fns): Set sym_segment routine.
2009-12-03gdb/testsuite/Jan Kratochvil3-20/+57
Fix spurious false FAILs. * gdb.base/structs.c (chartest): New. (main): Fill-in chartest. * gdb.base/structs.exp (anychar_re, first): New. (start_structs_test): Import global anychar_re and first. New gdb_test call "set print elements 300; ${testfile}" (start_structs_test <$first>): New block. (any): Import global anychar_re. New variable ac. Use ${ac}.
2009-12-03*** empty log message ***gdbadmin1-1/+1
2009-12-02gdb/ChangeLog:Paul Pluzhnikov8-10/+21
2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com> * ada-lang.c (ada_value_assign): Use observer_notify_memory_changed. * valops.c (value_assign): Likewise. * defs.h (deprecated_memory_changed_hook): Remove. * top.c (deprecated_memory_changed_hook): Likewise. * interps.c (clear_interpreter_hooks): Adjust. gdb/gdbtk/ChangeLog: 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com> * generic/gdbtk-hooks.c (gdbtk_memory_changed): Adjust. (gdbtk_add_hooks): Adjust. gdb/doc/ChangeLog: 2009-12-02 Paul Pluzhnikov <ppluzhnikov@google.com> * observer.texi: New memory_changed observer.
2009-12-022009-12-02 Tristan Gingold <gingold@adacore.com>Tristan Gingold6-8/+22
* symfile.h (dwarf2_build_psymtabs): Remove mainline parameter in prototype. * dwarf2read.c (dwarf2_build_psymtabs): Remove mainline paramter in definition, simplify code assuming it is always 0. * coffread.c (coff_symfile_read): Adjust call. * elfread.c (elf_symfile_read): Ditto. * machoread.c (macho_symfile_read): Explicitely calls init_psymbol_list if mainline is set.
2009-12-022009-12-02 Tristan Gingold <gingold@adacore.com>Tristan Gingold7-25/+30
* dwarf2read.c (dwarf2_build_psymtabs_easy): Remove mainline parameter. (dwarf2_build_psymtabs_hard): Ditto. (dwarf2_build_psymtabs): Ajust calls. * stabsread.h (elfstab_build_psymtabs): Remove mainline parameter on the prototype. (coffstab_build_psymtabs): Ditto. (stabsect_build_psymtabs): Ditto. * dbxread.c (coffstab_build_psymtabs): Remove mainline parameter on the definition. (elfstab_build_psymtabs): Ditto. (stabsect_build_psymtabs): Ditto. * coffread.c (coff_symfile_read): Adjust call. * elfread.c (elf_symfile_read): Ditto. * somread.c (som_symfile_read): Ditto.
2009-12-022009-10-23 Tristan Gingold <gingold@adacore.com>Tristan Gingold2-2/+8
* charset.c (_initialize_charset): Set a default value to auto_host_charset_name if empty.
2009-12-02*** empty log message ***gdbadmin1-1/+1
2009-12-01 * gcore.c: Include solib.h.Joseph Myers6-1/+92
(gcore_create_callback): Call solib_keep_data_in_core when considering not saving memory in core file. * solib-svr4.c (svr4_keep_data_in_core): New. (_initialize_svr4_solib): Initialize svr4_so_ops.keep_data_in_core. * solib.c (solib_keep_data_in_core): New. * solib.h (solib_keep_data_in_core): Declare. * solist.h (struct target_so_ops): Add keep_data_in_core.
2009-12-01 * gdb.texinfo (Reverse Execution): Fix typo.Tom Tromey2-1/+5
2009-12-01*** empty log message ***gdbadmin1-1/+1
2009-11-30gdb/testsuite/Jan Kratochvil2-1/+5
* gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
2009-11-30gdb/testsuite/Jan Kratochvil3-2/+10
* gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call): Force $srcfile file. * gdb.base/foll-fork.c (callee): Comment out the printf call.
2009-11-30config:Joseph Myers2-110/+142
* largefile.m4 (ACX_LARGEFILE): Require AC_CANONICAL_HOST and AC_CANONICAL_TARGET. bfd: * configure: Regenerate. binutils: * configure: Regenerate. gas: * configure: Regenerate. gdb: * configure: Regenerate. gprof: * configure: Regenerate. ld: * configure: Regenerate.
2009-11-30*** empty log message ***gdbadmin1-1/+1
2009-11-29*** empty log message ***gdbadmin1-1/+1
2009-11-28 * target.c (target_terminal_inferior): Use target_can_async_p, notVladimir Prus2-2/+9
target_is_async_p.
2009-11-28*** empty log message ***gdbadmin1-1/+1
2009-11-27gdb/Ulrich Weigand6-4/+15
* s390-nat.c (s390_can_use_hw_breakpoint): Only support breakpoints of type bp_hardware_watchpoint. gdb/testsuite/ * gdb.base/hbreak.exp: Disable for s390*-*-* targets. * gdb.base/watchpoint-hw-hit-once.exp: Likewise. * gdb.threads/watchthreads-reorder.exp: Likewise.
2009-11-27 * ada-lang.c: Apply some corrections to the previous comment addition.Joel Brobecker2-5/+9
2009-11-27 * ada-lang.c: Update the comment explaining how to evaluateJoel Brobecker2-34/+77
Ada expressions.
2009-11-27*** empty log message ***gdbadmin1-1/+1
2009-11-26 * win32-low.c (get_child_debug_event): On EXIT_THREAD_DEBUG_EVENTPedro Alves2-5/+9
events, don't leave current_inferior pointing at null.
2009-11-26 * win32-low.c (LOG): Delete.Pedro Alves2-9/+20
(OUTMSG): Output to stderr. (OUTMSG2): Conditionalize on `debug_threads' variable, instead of on compile time LOG macro. (win32_wait): Fix debug output.
2009-11-26 * win32-low.c (win32_add_one_solib): If the dll name isPedro Alves2-0/+13
"ntdll.dll", prepend the system directory to the dll path.
2009-11-26*** empty log message ***gdbadmin1-1/+1
2009-11-25 PR gdb/8704Daniel Jacobowitz7-5/+72
* breakpoint.c (find_condition_and_thread): Correct task error message. * c-exp.y (yylex): Stop before "thread N", "task N", or abbreviations of those. doc/ * gdb.texinfo (Thread-Specific Breakpoints): Thread specifiers are allowed after the breakpoint condition. testsuite/ * gdb.base/condbreak.exp: Test combinations of "break *EXP", "if", and "thread". Correct matching in the previous test.
2009-11-25 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.Daniel Jacobowitz3-0/+89
2009-11-25*** empty log message ***gdbadmin1-1/+1
2009-11-24 * acinclude.m4: Include ../config/zlib.m4.Joel Brobecker4-2/+29
* configure.ac: Use AM_ZLIB to check for zlib support. * configure: Regenerate.
2009-11-24 * breakpoint.c (expand_line_sal_maybe): Adjust adjust the SALJoel Brobecker2-2/+9
past the function prologue in the case where we were given only one SAL.
2009-11-24 * record.c (init_record_ops, init_record_core_ops): ActuallyPedro Alves2-0/+7
install record_stopped_data_address.
2009-11-24*** empty log message ***gdbadmin1-1/+1