aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2006-11-092006-11-09 Vladimir Prus <vladimir@codesourcery.com>Vladimir Prus2-36/+196
* gdb.base/help.exp (help_test_raw): New. (test_class_help): New. (test_prefix_command_help): New. Adjust testcases.
2006-11-09 * sparc-tdep.c (sparc_fetch_instruction): Read instructionJoel Brobecker2-1/+6
using read_memory_nobpt.
2006-11-092006-11-09 Christophe Lyon <christophe.lyon@st.com>Frederic Riss2-2/+7
* gdb.base/constvars.c (main): Write to crass and crips, so that they are allocated by the compiler.
2006-11-09*** empty log message ***gdbadmin1-1/+1
2006-11-08*** empty log message ***gdbadmin1-1/+1
2006-11-07*** empty log message ***gdbadmin1-1/+1
2006-11-062006-11-06 Jim Blandy <jimb@codesourcery.com>Jim Blandy2-4/+9
* (dwarf_expr_read_reg): Use frame_register_read, not frame_register. * dwarf2loc.c (dwarf_expr_read_reg): Use frame_register_read instead of frame_register. Doc fix.
2006-11-06 * server.c (handle_query): Correct error handling for read_auxv.Daniel Jacobowitz2-1/+7
2006-11-06*** empty log message ***gdbadmin1-1/+1
2006-11-05*** empty log message ***gdbadmin1-1/+1
2006-11-042006-11-04 Vladimir Prus <vladimir@codesourcery.com>Vladimir Prus2-1/+9
* serial.c (serial_open): Strip leading spaces from program name when opening pipe.
2006-11-04*** empty log message ***gdbadmin1-1/+1
2006-11-032006-11-03 Jim Blandy <jimb@codesourcery.com>Jim Blandy2-5/+8
* dwarf2loc.c (dwarf_expr_read_reg): Use frame_unwind_register instead of frame_register. Doc fix.
2006-11-03*** empty log message ***gdbadmin1-1/+1
2006-11-02 * dwarf2read.c (struct dwarf2_per_cu_data): Update comment.Daniel Jacobowitz2-9/+27
(load_full_comp_unit): Take OBJFILE argument and use it. (dwarf2_build_psymtabs_hard): Skip partial units. (process_queue): Pass OBJFILE to load_full_comp_unit. Check type_hash for read in CUs. Test psymtab for NULL.
2006-11-02 * arm-tdep.c (arm_gdbarch_init): Handle EF_ARM_EABI_VER5.Daniel Jacobowitz2-0/+5
2006-11-02*** empty log message ***gdbadmin1-1/+1
2006-11-01*** empty log message ***gdbadmin1-1/+1
2006-10-31 * stabs.texinfo (Macro define and undefine): New node describingEli Zaretskii2-0/+76
stabs for #define and #undef.
2006-10-31Improve "help all".Vladimir Prus3-30/+80
2006-10-31*** empty log message ***gdbadmin1-1/+1
2006-10-30*** empty log message ***gdbadmin1-1/+1
2006-10-29*** empty log message ***gdbadmin1-1/+1
2006-10-28*** empty log message ***gdbadmin1-1/+1
2006-10-27 * gdbcmd.h (detachlist): Declare.Andreas Schwab10-15/+51
* infcmd.c (_initialize_infcmd): Define "detach" as prefix command. * linux-fork.c (_initialize_linux_fork): Rename "detach-checkpoint" to "detach checkpoint" and "detach-fork" to "detach fork". * cli/cli-cmds.c (detachlist): Define. (init_cmd_lists): Initialize it. * cli/cli-cmds.h (detachlist): Declare. doc/: * gdb.texinfo (Processes): Rename "detach-fork" to "detach fork". testsuite/: * gdb.base/multi-forks.exp: Use "detach fork" instead of "detach-fork".
2006-10-27*** empty log message ***gdbadmin1-1/+1
2006-10-26*** empty log message ***gdbadmin1-1/+1
2006-10-25gdb/ChangeLog:Jim Blandy2-1/+6
2006-10-25 Jim Blandy <jimb@codesourcery.com> * p-valprint.c (pascal_object_print_value): Add 'static' keyword to function definition, to match declaration earlier in file.
2006-10-25*** empty log message ***gdbadmin1-1/+1
2006-10-24*** empty log message ***Nick Roberts2-0/+2
2006-10-24*** empty log message ***gdbadmin1-1/+1
2006-10-23*** empty log message ***gdbadmin1-1/+1
2006-10-22*** empty log message ***gdbadmin1-1/+1
2006-10-212006-10-21 Paul Brook <paul@codesourcery.com>Paul Brook2-1/+5
* remote.c (remote_fetch_registers): Fix error message.
2006-10-21 gdb.texinfo (Source Annotations): Fix index entries by addingEli Zaretskii2-32/+36
"annotation" to them, to discriminate from index entries that point to the more general topic descriptions.
2006-10-21(Breakpoints): Fix a typo.Eli Zaretskii1-1/+1
2006-10-21 * gdb.texinfo (Breakpoints, Set Watchpoints): Elaborate andEli Zaretskii2-8/+46
clarify on the possible meanings of ``expression'' watched by watchpoints. Add indexing.
2006-10-21(Backtrace): Fix a typo.Eli Zaretskii1-1/+1
2006-10-21*** empty log message ***gdbadmin1-1/+1
2006-10-20 * gcore.c (MAX_COPY_BYTES): Define.Daniel Jacobowitz2-9/+37
(gcore_copy_callback): Use it to limit allocation.
2006-10-20 * linux-thread-db.c (check_for_thread_db): Don't attempt to useUlrich Weigand3-2/+12
thread_db for remote targets. * remote.c (remote_new_objfile): Always call predecessor on new_objfile event chain.
2006-10-202005-10-19 Ulrich Weigand <uweigand@de.ibm.com>Ulrich Weigand3-1/+28
* configure.srv [s390-*-linux*, s390x-*-linux*]: Set srv_linux_regsets and srv_linux_thread_db to yes. * linux-s390-low.c (s390_fill_gregset): New function. (target_regsets): Define data structure.
2006-10-20*** empty log message ***gdbadmin1-1/+1
2006-10-19 * solib.c (libpthread_solib_p): New function.Joel Brobecker2-1/+25
(solib_add): Always read the symbols from the libpthread library.
2006-10-192006-10-19 Andrew Stubbs <andrew.stubbs@st.com>Andrew Stubbs2-6/+17
* breakpoint.c (describe_other_breakpoints): Add thread parameter. Annotate display with thread number where appropriate. (create_breakpoints): Add thread parameter to call to describe_other_breakpoints.
2006-10-19Typos.Andreas Schwab1-2/+2
2006-10-19*** empty log message ***gdbadmin1-1/+1
2006-10-18 * utils.c (query): Use defaulted_query.Daniel Jacobowitz2-90/+68
(defaulted_query): Handle having no default answer. Print out messages even if we have no terminal. Prevent memory corruption.
2006-10-18 * frame.c (struct frame_info): Add stop_reason.Daniel Jacobowitz4-2/+147
(get_prev_frame_1): Set stop_reason. Don't call error for stop reasons. (get_frame_unwind_stop_reason, frame_stop_reason_string): New. * frame.h (enum unwind_stop_reason): New. (get_frame_unwind_stop_reason, frame_stop_reason_string): New prototypes. * stack.c (frame_info): Print the stop reason. (backtrace_command_1): Print the stop reason for errors.
2006-10-18 * inferior.h (start_remote): Update prototype.Daniel Jacobowitz6-23/+35
* infrun.c (start_remote): Take FROM_TTY. Call post_create_inferior. * monitor.c (monitor_open): Update call to start_remote. * remote-sds.c (sds_start_remote, sds_open): Likewise. * remote.c (remote_start_remote): Likewise. (remote_start_remote_dummy): Removed. (remote_open): Update call to remote_start_remote. Do not call post_create_inferior here.