aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2006-07-05*** empty log message ***gdbadmin1-1/+1
2006-07-04 * remote.c (init_remote_state): Use xrealloc instead of xmalloc.Daniel Jacobowitz2-1/+5
2006-07-04 * gdb.base/huge.c: Allow CRASH_GDB to be set from commandNathan Sidwell5-14/+29
line. * gdb.base/huge.exp: Loop over compilation to find a size that is acceptable. * gdb.base/remote.exp: Correct expected strings. * gdb.dwarf2/mac-fileno.S: Avoid # comments.
2006-07-04*** empty log message ***gdbadmin1-1/+1
2006-07-032006-07-03 Nathan J. Williams <nathanw@wasabisystems.com>Nathan J. Williams2-1/+7
* bsd-kvm.c (bsd_kvm_open): Open the KVM interface read-write if write_files is set.
2006-07-03*** empty log message ***gdbadmin1-1/+1
2006-07-02*** empty log message ***gdbadmin1-1/+1
2006-07-01 * gdb.texinfo (GDB/MI Output Syntax, GDB/MI Simple Examples)Eli Zaretskii2-204/+215
(GDB/MI Breakpoint Commands, GDB/MI Program Context) (GDB/MI Thread Commands, GDB/MI Program Execution) (GDB/MI Stack Manipulation, GDB/MI Variable Objects) (GDB/MI Data Manipulation, GDB/MI Symbol Query) (GDB/MI File Commands, GDB/MI Target Manipulation) (GDB/MI Miscellaneous Commands): Change (@value{GDBP})->(gdb), since the MI prompt is hard-wired into the code.
2006-07-01*** empty log message ***gdbadmin1-1/+1
2006-06-30(GDB/MI Compatibility with CLI): Qualify more carefully.Nick Roberts1-1368/+1284
(GDB/MI Simple Examples): Use @subheading for "A Bad Command". (GDB/MI Data Manipulation): Remove description of unimplemented display related commands as variable objects perform this function and are superior: -display-delete, -display-disable, -display-enable, -display-insert and -display-list. Move -environment-cd, -environment-directory, -environment-path and -environment-pwd to "Program Context". (GDB/MI Program Control): Rename to "Program Execution". Move -exec-arguments -exec-abort to... (GDB/MI Program Context): ...here. New node split from "Data Manipulation".
2006-06-30*** empty log message ***Nick Roberts1-0/+15
2006-06-30*** empty log message ***gdbadmin1-1/+1
2006-06-29*** empty log message ***gdbadmin1-1/+1
2006-06-28*** empty log message ***gdbadmin1-1/+1
2006-06-27*** empty log message ***gdbadmin1-1/+1
2006-06-26*** empty log message ***gdbadmin1-1/+1
2006-06-25*** empty log message ***gdbadmin1-1/+1
2006-06-24defs.h (DIRNAME_SEPARATOR) [!__CYGWIN__ && _WIN32]: Define to `;'.Eli Zaretskii2-0/+8
2006-06-24*** empty log message ***gdbadmin1-1/+1
2006-06-23 * arm-tdep.c (arm_register_type): Use unsigned types for registers.Daniel Jacobowitz3-2/+13
Add special types for sp and pc. * Makefile.in (arm-tdep.o): Update.
2006-06-23*** empty log message ***gdbadmin1-1/+1
2006-06-22Typo fix.Daniel Jacobowitz1-1/+1
2006-06-22 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.Daniel Jacobowitz2-1/+6
2006-06-22 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if notDaniel Jacobowitz2-43/+18
native.
2006-06-22 * gdb.stabs/exclfwd.exp: Skip the test if configure did notDaniel Jacobowitz2-0/+11
enable stabs testing.
2006-06-22 * auxv.exp: Intercept undefined command messages beforeDaniel Jacobowitz2-0/+8
gdb_test_multiple does.
2006-06-22Add changelog entry for unintended earlier commit:Daniel Jacobowitz1-0/+9
* Makefile.in (host_alias): Remove. (target_alias): Use @target_noncanonical@. (site.exp): Don't set host_alias. * aclocal.m4: Remove contents. Include acx.m4. * configure: Regenerated. * configure.ac: Use ACX_NONCANONICAL_TARGET.
2006-06-22Revert accidental commit.Daniel Jacobowitz1-3/+0
2006-06-22 * remote-utils.c (remote_escape_output, remote_unescape_input): New.Daniel Jacobowitz4-8/+166
(putpkt_binary): Renamed from putpkt and adjusted for binary data. (putpkt): New wrapper for putpkt_binary. (readchar): Don't mask off the high bit. (decode_X_packet): New function. * server.c (main): Call putpkt_binary if a handler sets the packet length. Save the length of the incoming packet. Handle 'X'. * server.h (gdb_byte, remote_escape_output, decode_X_packet): New.
2006-06-22 * remote.c (remote_escape_output): New function.Daniel Jacobowitz2-18/+45
(remote_write_bytes): Use remote_escape_output.
2006-06-22*** empty log message ***gdbadmin1-1/+1
2006-06-21gdb/Daniel Jacobowitz12-608/+472
* NEWS: Mention qSupported. * remote.c (struct remote_state): Add explicit_packet_size. (get_remote_packet_size): Check explicit_packet_size. (get_memory_packet_size): Likewise. (PACKET_qSupported): New enum value. (struct protocol_feature, remote_supported_packet) (remote_packet_size, remote_protocol_features) (remote_query_supported): New. (remote_open_1): Reset explicit_packet_size. Call remote_query_supported. (_initialize_remote): Register qSupported. gdb/doc/ * gdb.texinfo (Remote configuration): Document set / show remote supported-packets. (General Query Packets): Document qSupported packet. gdb/gdbserver/ * server.c (handle_query): Handle qSupported.
2006-06-212006-06-21 Andrew Stubbs <andrew.stubbs@st.com>Andrew Stubbs2-0/+5
* cli/cli-script.c (realloc_body_list): Zero new parts of body_list.
2006-06-21 * GDB 6.5 released from GDB 6.5 branch.Joel Brobecker1-0/+4
2006-06-21*** empty log message ***gdbadmin1-1/+1
2006-06-20*** empty log message ***gdbadmin1-1/+1
2006-06-192006-06-19 Michael Snyder <msnyder@redhat.com>Michael Snyder2-2/+10
* mips-tdep.c (mips_eabi_push_dummy_call): For 32 bit ABI, to decide how many registers it takes to pass a floating point argument, what matters is the size of a floating point register (not the size of a general purpose register). (mips_o32_push_dummy_call): Ditto.
2006-06-192006-06-19 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>Kazuhiro Inaoka2-1/+7
* configure.tgt: Add gdbserver support for m32r-linux.
2006-06-19*** empty log message ***gdbadmin1-1/+1
2006-06-18* m68klinux-tdep.c (m68k_linux_init_abi): Fix typo in comment.Mark Kettenis2-1/+5
2006-06-18*** empty log message ***gdbadmin1-1/+1
2006-06-17*** empty log message ***gdbadmin1-1/+1
2006-06-16 * infrun.c (insert_step_resume_breakpoint_at_caller): New function,Daniel Jacobowitz2-18/+59
based on insert_step_resume_breakpoint_at_frame. (handle_inferior_event): Update comments. Use insert_step_resume_breakpoint_at_caller. (insert_step_resume_breakpoint_at_frame): Revise comments.
2006-06-16*** empty log message ***gdbadmin1-1/+1
2006-06-15*** empty log message ***gdbadmin1-1/+1
2006-06-14 * dwarf2read.c (read_unspecified_type): New function.Julian Brown2-0/+26
(read_type_die): Handle DW_TAG_unspecified_type. (Committed by Julian Brown.)
2006-06-14*** empty log message ***gdbadmin1-1/+1
2006-06-13 * symfile.c (load_command): Check for a changed executable beforeDaniel Jacobowitz2-0/+10
"load".
2006-06-13Approved by Daniel Jacobowitz.Fred Fish2-0/+71
2006-06-13 Fred Fish <fnf@specifix.com> * mips-tdep.c (mips_find_long_section): New function. (mips_gdbarch_init): Use it to set long and pointer sizes.
2006-06-13 * lib/gdb.exp (gdb_load_cmd): New.Nathan Sidwell2-0/+46