aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2006-11-16Changelog update for my previous check-in.Maxim Grigoriev1-0/+5
2006-11-162006-11-16 Maxim Grigoriev <maxim2405@gmail.com>Maxim Grigoriev1-0/+4
* MAINTAINERS (Responsible Maintainers): Add myself for Xtensa. (Write After Approval): Add myself.
2006-11-16gdb/Daniel Jacobowitz9-61/+264
* remote.c (PACKET_QPassSignals): New. (last_pass_packet, remote_pass_signals): New. (remote_protocol_features): Add QPassSignals. (remote_query_supported): Correct an infinite loop. (remote_open_1): Reset last_pass_packet. (remote_resume): Call remote_pass_signals. (_initialize_remote): Register "set remote pass-signals". gdb/doc/ * gdb.texinfo (Remote configuration): Mention "pass-signals-packet". (General Query Packets): Document QPassSignals. Fix a typo. gdb/gdbserver/ * linux-low.c (linux_wait_for_event): Reformat. Use the pass_signals array. * remote-utils.c (decode_address_to_semicolon): New. * server.c (pass_signals, handle_general_set): New. (handle_query): Mention QPassSignals for qSupported. (main): Call handle_general_set. * server.h (pass_signals, decode_address_to_semicolon): New.
2006-11-16*** empty log message ***gdbadmin1-1/+1
2006-11-15*** empty log message ***gdb_6_6-branchpointgdbadmin1-1/+1
2006-11-142006-11-14 Maxim Grigoriev <maxim@tensilica.com>Daniel Jacobowitz11-1/+2645
* NEWS: New port to Xtensa. * Makefile.in: Add dependencies for Xtensa files. * configure.tgt (xtensa*, xtensa*-*-elf*): New. * configure.host (xtensa*-*-elf*): New. * config/xtensa/xtensa.mt: New file. * xtensa-config.c: New file. * xtensa-tdep.h: New file. * xtensa-tdep.c: New file. 2006-11-14 Maxim Grigoriev <maxim@tensilica.com> * gdb.texinfo (Contributors): Add contributors of Xtensa port.
2006-11-14gdb/Daniel Jacobowitz5-135/+109
* remote.c (set_remote_cmd): Call help_list. (show_remote_cmd): Skip legacy aliases. Handle non-show_cmd entries. Add missed cleanup. * cli/cli-setshow.c (cmd_show_list): Handle non-show_cmd entries. gdb/doc/ * gdb.texinfo (Remote configuration): Rewrite documentation for packet configuration commands. (OS Information): Adjust reference to qXfer:auxv:read. (General Query Packets): Remove references to read-aux-vector-packet and set remote get-thread-local-storage-address.
2006-11-14*** empty log message ***gdbadmin1-1/+1
2006-11-13Fix last entry.Daniel Jacobowitz1-2/+3
2006-11-13Fixed up some indentation introduced by my last pactch.Paul Gilliam1-9/+11
2006-11-13Fix sigtramp cache code so that PPC register are read only if there is H/W.Paul Gilliam2-8/+14
2006-11-13*** empty log message ***gdbadmin1-1/+1
2006-11-12 * arm-tdep.c (arm_unwind_pc): Use arm_addr_bits_remove.Ben Harris2-1/+5
2006-11-12*** empty log message ***gdbadmin1-1/+1
2006-11-11*** empty log message ***gdbadmin1-1/+1
2006-11-10 * frame.c (frame_register_unwind_location): New function.Daniel Jacobowitz3-0/+80
(get_prev_frame_1): Check for UNWIND_NO_SAVED_PC. (frame_stop_reason_string): Handle UNWIND_NO_SAVED_PC. * frame.h (enum unwind_stop_reason): Add UNWIND_NO_SAVED_PC.
2006-11-10gdb/Daniel Jacobowitz10-90/+157
* arch-utils.c (target_byte_order_user): Renamed from target_byte_order. (target_byte_order_auto, selected_byte_order): Removed. (show_endian): Check target_byte_order_user. (set_endian): Always update the architecture. Set target_byte_order_user after success. (target_architecture_auto): Removed. (target_architecture_user): New. (selected_architecture_name, show_architecture): Check it. (set_architecture): Set target_architecture_user after success. (gdbarch_from_bfd): Check the argument. (default_byte_order): New. (initialize_current_architecture): Set the global default architecture and endianness. (gdbarch_info_fill): Remove GDBARCH argument. Do not check the previous architecture. Use exec_bfd, global selected architecture and endianness, and global defaults. * arch-utils.h (selected_byte_order): Remove prototype. (gdbarch_info_fill): Update. * exec.c (exec_file_attach): Update the architecture after removing the current file. * gdbarch.sh: Update comments. (find_arch_by_info): Remove OLD_GDBARCH argument. Update call to gdbarch_info_fill. (gdbarch_find_by_info): Update call to find_arch_by_info. * gdbarch.h, gdbarch.c: Regenerated. * remote-sim.c (gdbsim_open): Use TARGET_BYTE_ORDER. gdb/doc/ * gdbint.texinfo (Target Architecture Definition): Add new Initializing a New Architecture section.
2006-11-102006-11-10 Vladimir Prus <vladimir@codesourcery.com>Vladimir Prus7-183/+92
* gdb.base/completion.exp: Fix completion tests for 'info' and 'info '. * gdb.base/help.exp (help_test_raw, test_class_help) (test_prefix_command_help): Move... * lib/gdb.exp: Here. * gdb.base/main.exp: Adjust. * gdb.cp/maint.exp: Adjust. * gdb.trace/tracecmd.exp: Use test_help_class.
2006-11-10Fix garbled ChangeLog entry.Jim Blandy1-1/+0
2006-11-10*** empty log message ***gdbadmin1-1/+1
2006-11-092006-11-09 Vladimir Prus <vladimir@codesourcery.com>Vladimir Prus2-4/+6
* gdb.stabs/weird.exp (print_weird_var): Use gdb_test_multiple instead of gdb_expect.
2006-11-09Move changelog entry to the right placeVladimir Prus2-7/+7
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.