aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2007-01-21 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,Jan Kratochvil4-0/+488
gdb.arch/i386-gnu-cfi-asm.S: New files.
2007-01-21 * lib/gdb.exp: Abort on missing `site.exp'.Jan Kratochvil2-0/+10
2007-01-21 * NEWS: Mention flash support for "load" and new remote packets.Daniel Jacobowitz2-0/+16
2007-01-212007-01-21 Markus Deuling <deuling@de.ibm.com>Daniel Jacobowitz2-1/+8
* breakpoint.c (delete_command): Skip redundant loop iterations.
2007-01-21 * gdbarch.sh (register_type): Update comment.Daniel Jacobowitz10-24/+42
* gdbarch.h: Regenerated. * arch-utils.c (generic_register_size): Call register_type. * ia64-tdep.c (ia64_extract_return_value): Likewise. * m32c-tdep.c (check_for_saved): Likewise. * mips-tdep.c (mips_print_register, print_gp_register_row) (mips_print_registers_info): Likewise. * sh-tdep.c (sh_pseudo_register_read, sh_pseudo_register_write): Likewise. * sh64-tdep.c (sh64_pseudo_register_read, sh64_pseudo_register_write) (sh64_do_register, sh64_print_register) (sh64_media_print_registers_info): Likewise. * tui/tui-regs.c (tui_register_format): Likewise.
2007-01-21 * objfiles.h (ALL_PRIMARY_SYMTABS): Define.Daniel Jacobowitz5-26/+33
* ada-lang.c (symtab_for_sym, ada_lookup_symbol_list) (ada_lookup_symbol): Use ALL_PRIMARY_SYMTABS. * cp-support.c (make_symbol_overload_list_qualified): Likewise. * symtab.c (lookup_symbol_aux_block, lookup_symbol_aux_symtabs) (basic_lookup_transparent_type, find_pc_sect_symtab, search_symbols) (make_symbol_completion_list): Likewise.
2007-01-212007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>Daniel Jacobowitz10-19/+237
Daniel Jacobowitz <dan@codesourcery.com> * buildsym.c (end_symtab): Use preallocated symtab if available. Fill in SYMBOL_SYMTAB. * buildsym.h (struct subfile): Add symtab member. * dwarf2read.c (struct dwarf2_cu): Add line_header. (struct file_entry): Add symtab. (free_cu_line_header): New function. (read_file_scope): Use it. Save line_header in the cu. Process lines before DIEs. (add_file_name): Initialize new symtab member. (dwarf_decode_lines): Create symtabs for included files. (new_symbol): Set SYMBOL_SYMTAB. * symtab.c (lookup_symbol): Use SYMBOL_SYMTAB. (search_symbols): Likewise. * symtab.h (struct symbol): Add symtab member. (SYMBOL_SYMTAB): Define. * gdb.base/included.c, gdb.base/included.exp, gdb.base/included.h: New files.
2007-01-21 * symfile.c (allocate_symtab): Remove INIT_EXTRA_SYMTAB_INFO.Daniel Jacobowitz2-8/+4
2007-01-21*** empty log message ***gdbadmin1-1/+1
2007-01-20 * gdb.base/bigcore.c (RLIMIT_CAP): Define.Daniel Jacobowitz2-0/+14
(maximize_rlimit): Reduce limits on 64-bit systems.
2007-01-20 * arch-utils.c (show_endian): Correct reversed condition.Daniel Jacobowitz2-1/+5
2007-01-20Correct date on last entry.Daniel Jacobowitz1-1/+1
2007-01-20 * agentexpr.texi: Fix typos.Eli Zaretskii7-75/+84
* annotate.texinfo: Likewise. * gdb.texinfo: Likewise. * gdbint.texinfo: Likewise. * observer.texi: Likewise. * stabs.texinfo: Likewise.
2007-01-20 * gdbint.texinfo (Support Libraries): Remove mmallocEli Zaretskii2-2/+8
entry. Describe readline library.
2007-01-20*** empty log message ***gdbadmin1-1/+1
2007-01-19 * MAINTAINERS (Write After Approval): Add myself.Jan Kratochvil2-0/+5
2007-01-19 From Marcus Deuling <deuling@de.ibm.com>:Mark Kettenis2-0/+7
* gdb.arch/altivec-regs.exp: Initialise variable endianness in every case.
2007-01-19*** empty log message ***gdbadmin1-1/+1
2007-01-18*** empty log message ***gdbadmin1-1/+1
2007-01-17*** empty log message ***gdbadmin1-1/+1
2007-01-16Fix 'selected frame' varobjs.Vladimir Prus2-24/+27
* varobj.c (struct varobj): Remove the error field. (varobj_set_value): Don't check var->error. (install_new_value): Don't set var->error. (varobj_update): Always pass the new value of the root via install_new_value. (create_child): Don't set error field. (new_variable): Likewise. (c_value_of_root): Always reevaluate the value of selected frame varobjs in the selected frame. Don't call reinit_frame_cache.
2007-01-16*** empty log message ***gdbadmin1-1/+1
2007-01-15 * source.c (_initialize_source): Improve the help text ofJoel Brobecker2-5/+18
the substitute-path commands.
2007-01-15*** empty log message ***gdbadmin1-1/+1
2007-01-14 * frv-tdep.c (frv_gdbarch_init, frv_register_name)Mark Kettenis2-10/+12
(frv_breakpoint_from_pc, frv_gdbarch_adjust_breakpoint_address) (frv_skip_prologue): Remove prototypes. (frv_adjust_breakpoint_address): Renamed from frv_gdbarch_adjust_breakpoint_address. (frv_gdbarch_init): Adjust.
2007-01-14*** empty log message ***gdbadmin1-1/+1
2007-01-13 * gdbarch.sh (deprecated_extract_return_value)Mark Kettenis8-132/+11
(deprecated_store_return_value): Remove. (extract_return_value, store_return_value): Remove default values. * gdbarch.c, gdbarch.h: Regenerate. * arch-utils.c, arch-utils.h (legacy_extract_return_value) (legacy_store_return_value): Remove. * regcache.c, regcache.h (deprecated_grub_regcache_for_registers): Remove.
2007-01-13 * mi/mi-main.c: Remove obsolete comment.Mark Kettenis2-1/+3
2007-01-13 * regcache.c, regcache.h (deprecated_register_bytes)Mark Kettenis3-143/+4
(deprecated_read_register_bytes) (deprecated_write_register_bytes): Remove.
2007-01-13* frame.c (get_frame_register_bytes, put_frame_register_bytes):Mark Kettenis2-0/+7
Don't forget to move destination pointer.
2007-01-13*** empty log message ***gdbadmin1-1/+1
2007-01-12* gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)Nick Roberts2-18/+18
(test_path_specification): Use objdir instead of srcdir to always get an absolute filename.
2007-01-12*** empty log message ***Nick Roberts1-0/+6
2007-01-12 * gdb.cp/member-ptr.cc (class Padding): Make contents public.Daniel Jacobowitz2-0/+5
2007-01-12revert 2007-01-11 Nathan Sidwell <nathan@codesourcery.com>Nathan Sidwell22-132/+57
* lib/gdb.exp (gdb_compile_test): New. (skip_ada_tests, skip_java_tests): New. (gdb_compile): Use gdb_compile_test for f77. * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result. * lib/java.exp (compile_java_from_source): Remove runtests check, use gdb_compile_test to record result. * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp, gdb.ada/exec_changed.exp, gdb.ada/start.exp, gdb.ada/watch_arg.exp, gdb.ada/null_record.exp, gdb.ada/array_return.exp, gdb.ada/arrayidx.exp, gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp, gdb.fortran/array-element.exp, gdb.fortran/subarray.exp, gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp, gdb.java/jmisc.exp, gdb.java/jprint.exp, gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip, adjust gdb_compile invocations.
2007-01-12*** empty log message ***gdbadmin1-1/+1
2007-01-11* config/i386/nm-i386gnu.h (CHILD_PREPARE_TO_STORE): Remove.Mark Kettenis2-3/+4
2007-01-11Move ChangeLog entry to the right placeVladimir Prus2-11/+11
2007-01-11 * spu-tdep.c (spu_analyze_prologue): Fix erroneous backtraceUlrich Weigand2-0/+11
past entry function with recent newlib.
2007-01-11 * gdb.mi/mi-var-cp.cc (reference_update_tests):Vladimir Prus2-2/+10
Make sure the variable we're using is in scope. (reference_to_pointer): Likewise.
2007-01-11 * gdb.texinfo (GDB/MI Variable Objects): Improve theVladimir Prus2-26/+58
introduction. Specify -var-update more exactly.
2007-01-11 * frame.c (get_prev_frame_1): Check PC_REGNUM before using it.Daniel Jacobowitz2-3/+14
2007-01-11 * lib/gdb.exp (gdb_compile_test): New.Nathan Sidwell22-57/+132
(skip_ada_tests, skip_java_tests): New. (gdb_compile): Use gdb_compile_test for f77. * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result. * lib/java.exp (compile_java_from_source): Remove runtests check, use gdb_compile_test to record result. * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp, gdb.ada/exec_changed.exp, gdb.ada/start.exp, gdb.ada/watch_arg.exp, gdb.ada/null_record.exp, gdb.ada/array_return.exp, gdb.ada/arrayidx.exp, gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp, gdb.fortran/array-element.exp, gdb.fortran/subarray.exp, gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp, gdb.java/jmisc.exp, gdb.java/jprint.exp, gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip, adjust gdb_compile invocations.
2007-01-11*** empty log message ***gdbadmin1-1/+1
2007-01-10gdb/ChangeLog:Jim Blandy2-0/+6
2007-01-10 Jim Blandy <jimb@codesourcery.com> * MAINTAINERS (Global Maintainers): Ulrich Weigand has accepted the Global Maintainers' invitation to be a global maintainer.
2007-01-10 * infrun.c (singlestep_pc): New variable.Daniel Jacobowitz2-5/+70
(resume): Set singlestep_pc. (context_switch): Add a debugging message. Flush the frame cache. (handle_inferior_event): Add debugging messages. Handle thread hops when a software single step has completed. Let context_switch handle flushing the frame cache.
2007-01-10Add changelog entries for copyright updates.Daniel Jacobowitz1-0/+4
2007-01-10 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtimeDaniel Jacobowitz2-3/+18
has no debug information.
2007-01-10 * gdb.base/annota1.exp: Remove extra send_gdb.Daniel Jacobowitz2-1/+4
2007-01-10*** empty log message ***gdbadmin1-1/+1