Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-06-15 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-06-14 | * dwarf2read.c (read_unspecified_type): New function. | Julian Brown | 2 | -0/+26 | |
(read_type_die): Handle DW_TAG_unspecified_type. (Committed by Julian Brown.) | |||||
2006-06-14 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-06-13 | * symfile.c (load_command): Check for a changed executable before | Daniel Jacobowitz | 2 | -0/+10 | |
"load". | |||||
2006-06-13 | Approved by Daniel Jacobowitz. | Fred Fish | 2 | -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 Sidwell | 2 | -0/+46 | |
2006-06-13 | gdb/ | Nathan Sidwell | 6 | -26/+56 | |
* remote-file.io.c (remote_fileio_func_system): Treat zero length string as NULL. Adjust for NULL pointer argument. * doc/gdb.texinfo (system): Document behaviour with zero length string. gdb/testsuite/ * gdb.base/fileio.c: Add system(NULL) test. * gdb.base/fileio.exp: Check it. | |||||
2006-06-13 | * gdb.base/break.c: Add 10a breakpoint at } | Nathan Sidwell | 10 | -90/+141 | |
* gdb.base/break.exp: Add test for breakpoint at } * gdb.cp/anon-union.cc: Add code at end of function. * gdb.cp/anon-union.exp: Adjust end of function breakpoint. * gdb.mi/var-cmd.c: Add code at end of function. * gdb.mi/mi-var-display.exp: Adjust end of next. * gdb.mi/mi2-var-display.exp: Likewise. * gdb.base/fileio.c: Add stop function and insert calls at stopping places. * gdb.base/fileio.exp: Breakpoint stop function and remove explicit line number references. | |||||
2006-06-13 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-06-12 | * remote.c (set_remote_protocol_packet_cmd) | Daniel Jacobowitz | 2 | -75/+42 | |
(show_remote_protocol_packet_cmd): New prototypes. (remote_set_cmdlist, remote_show_cmdlist): Move higher. (struct packet_config): Make name and title const. (add_packet_config_cmd): Remove unnecessary arguments. (_initialize_remote): Update calls. | |||||
2006-06-12 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-06-11 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-06-10 | Copy edit File-I/O section of manual | Sandra Loosemore | 2 | -284/+335 | |
2006-06-10 | * mingw-hdep.c (gdb_select): Always check for NULL fd sets | Daniel Jacobowitz | 2 | -7/+14 | |
before calling FD_ISSET. Correct check for exceptfds which previously tested writefds. | |||||
2006-06-10 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-06-09 | (GDB/MI): Remove duplicate acknowledgements. | Nick Roberts | 1 | -357/+372 | |
(GDB/MI Simple Examples): Move node up one level. Use real examples. (GDB/MI Compatibility with CLI): Update. (GDB/MI Result Records): Add "connected" and "exit" result classes. (GDB/MI Stream Records): Clarify target output. (GDB/MI Command Description Format): Modify example description. (GDB/MI Breakpoint Table Commands): Rename to... (GDB/MI Breakpoint Commands): ...this (GDB/MI Breakpoint Commands): Add optional thread field. (GDB/MI Program Control): Add an introduction. Move "Program termination" examples into exec-run description. (GDB/MI File Commands): Mention similar CLI commands. (GDB/MI Miscellaneous Commands): Move to end. Mention "show version" is similar to "-gdb-version". | |||||
2006-06-09 | *** empty log message *** | Nick Roberts | 1 | -0/+19 | |
2006-06-09 | (Symbols): Fix "(gdb)"=>"(@value{GDBP})". | Eli Zaretskii | 2 | -1/+5 | |
2006-06-09 | missing commit | Nathan Sidwell | 1 | -0/+3 | |
* remote-fileio.h (remote_fileio_reset): Prototype. | |||||
2006-06-09 | Typo fix. | Daniel Jacobowitz | 1 | -1/+1 | |
2006-06-09 | * gdb/dwarf2read.c (partial_read_comp_unit_head): Accept version 3. | Julian Brown | 2 | -1/+6 | |
2006-06-09 | * MAINTAINERS (Write After Approval): Add myself. | Julian Brown | 2 | -0/+5 | |
2006-06-09 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-06-08 | 2006-06-08 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 2 | -1/+6 | |
* mips-tdep.c (fp_register_arg_p): Recognize floating point typedefs. | |||||
2006-06-08 | Typo fix. | Daniel Jacobowitz | 1 | -1/+1 | |
2006-06-08 | * m68k-tdep.c (m68k_dwarf_reg_to_regnum): New. | Nathan Sidwell | 2 | -1/+29 | |
(m68k_gdbarch_init): Set it for dwarf & dwarf2 reg number conversion. Use M68K_NUM_REGS for number of regs. | |||||
2006-06-08 | * remote-fileio.c (remote_fileio_reset): New. | Nathan Sidwell | 3 | -1/+30 | |
* remote-fileio.h (remote_fileio_reset): Prototype. * remote.c (extended_remote_restart, remote_open_1): Call it. | |||||
2006-06-08 | * gdb/remote.c (remote_open_1): Do preopen tasks before | Nathan Sidwell | 2 | -3/+8 | |
irreversably destroying state. | |||||
2006-06-08 | * (struct remote_state): New type, only containing | Daniel Jacobowitz | 2 | -95/+156 | |
buf and buf_size. (remote_state): New variable. (get_remote_state): New function. (struct remote_arch_state): Renamed from struct remote_state. Removed buf and buf_size. (get_remote_arch_state): Renamed from get_remote_state. All necessary callers updated to call this function. (init_remote_state): Initialize the architecture-specific state. Update the target-specific state if necessary. (get_remote_packet_size): New function. All previous references changed to use this accessor function. (packet_reg_from_regnum, packet_reg_from_pnum): Take a remote_arch_state instead of a remote_state. All callers changed. (_initialize_remote): Initialize the packet buffer here. | |||||
2006-06-08 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-06-07 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-06-06 | * gdb/remote.c (remote_insert_watchpoint): Return -1, rather than | Nathan Sidwell | 2 | -13/+12 | |
fatal error if packet is disabled. (remote_remove_watchpoint, remote_insert_hw_breakpoint, remote_remove_hw_breakpoint): Likewise. | |||||
2006-06-06 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-06-05 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-06-04 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-06-03 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-06-02 | (GDB/MI File Commands): New node split from Program Control. | Nick Roberts | 1 | -0/+7 | |
2006-06-02 | *** empty log message *** | Nick Roberts | 1 | -2/+2 | |
2006-06-02 | *** empty log message *** | Nick Roberts | 1 | -0/+1 | |
2006-06-02 | (print_it_typical): Use EXEC_ASYNC_LOCATION_REACHED. | Nick Roberts | 1 | -1/+3 | |
2006-06-02 | *** empty log message *** | Nick Roberts | 1 | -0/+4 | |
2006-06-02 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-06-01 | (GDB/MI Development and Front Ends): Use sourceware.org for mailing lists. | Nick Roberts | 1 | -2/+2 | |
2006-06-01 | *** empty log message *** | Nick Roberts | 1 | -0/+5 | |
2006-06-01 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-05-31 | 2006-05-31 Michael Snyder <msnyder@redhat.com> | Michael Snyder | 2 | -4/+8 | |
* mips-tdep.c: Comment tweaks. | |||||
2006-05-31 | (GDB/MI Development and Front Ends): New Node. | Nick Roberts | 1 | -1/+55 | |
2006-05-31 | *** empty log message *** | Nick Roberts | 1 | -0/+4 | |
2006-05-31 | Configury changes: update src repository (binutils, gdb, and rda) to use | Daniel Jacobowitz | 6 | -3003/+290 | |
config/gettext-sister.m4 instead of the old gettext.m4. Regenerate all affected autotools files. Include intl in gdb releases again. | |||||
2006-05-31 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |