Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2006-05-30 | * remote-utils.c (all_symbols_looked_up): New variable. | Daniel Jacobowitz | 4 | -3/+29 | |
(look_up_one_symbol): Check it. * server.h (look_up_one_symbol): New declaration. * thread-db.c (thread_db_init): Set all_symbols_looked_up. | |||||
2006-05-30 | Typo fix. | Daniel Jacobowitz | 1 | -1/+1 | |
2006-05-30 | gdb/ | Daniel Jacobowitz | 6 | -3/+68 | |
* Makefile.in (arm-linux-nat.o): Update dependencies. * arm-linux-nat.c: Include "gdb_proc_service.h". (PTRACE_GET_THREAD_AREA): Define. (ps_get_thread_area): New function. gdb/gdbserver/ * Makefile.in (linux-arm-low.o): Update dependencies. * linux-arm-low.c: Include "../gdb_proc_service.h". (PTRACE_GET_THREAD_AREA): Define. (ps_get_thread_area): New function. | |||||
2006-05-30 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-05-29 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-05-28 | * dwarf2-frame.h (enum dwarf2_frame_reg_rule): Add | Alexandre Oliva | 3 | -0/+64 | |
DWARF2_FRAME_REG_SAVED_VAL_OFFSET and DWARF2_FRAME_REG_SAVED_VAL_EXP. * dwarf2-frame.c (execute_cfa_program): Handle val_offset, val_offset_sf and val_expression. (dwarf2_frame_prev_register): Handle the new reg rules. (dwarf2_frame_this_id): Use pc instead of function entry point. | |||||
2006-05-28 | * dwarf2-frame.c (struct dwarf2_cie): Add signal_frame field. | Alexandre Oliva | 2 | -3/+29 | |
(dwarf2_frame_sniffer): Use it. (decode_frame_entry_1): Set it according to augmentation "S". | |||||
2006-05-28 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-05-27 | From Peter Schauer <peterschauer@gmx.net> | Joel Brobecker | 2 | -2/+9 | |
* m2-typeprint.c (m2_record_fields): Move variable declarations to the begining of the block. | |||||
2006-05-27 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-05-26 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-05-25 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-05-24 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-05-23 | * mt-tdep.c (mt_register_name): Correct out-of-range logic to | Mark Mitchell | 2 | -9/+42 | |
include additional registers. * mt-tdep.c (mt_gdb_regnums): Add ZI2, ZQ2, Ichannel2, Iscramb2, Qscramb2, Qchannel2. (mt_register_name): Likewise. (mt_copro_register_type): Describe ZI2 and ZQ2. * mt-tdep.c (mt_gdb_regnums): Define MT_COPRO_PSEUDOREG_MAC_REGNUM. (mt_register_name): Use it. (mt_copro_register_type): Likewise. (mt_register_type): Likewise. (mt_pseudo_register_read): Likewise. Read the MAC register, not the coprocessor register. (mt_pseudo_register_write): Likewise. | |||||
2006-05-23 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-05-22 | (Cygwin Native): Fix last change. | Eli Zaretskii | 2 | -4/+15 | |
2006-05-22 | * gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions. | Christopher Faylor | 2 | -0/+14 | |
2006-05-22 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2006-05-21 | (check in missing file) | Christopher Faylor | 2 | -2/+18 | |
* win32-nat.c (cygwin_exceptions): New variable. (handle_exception): Treat a cygwin exception like a normal exception if cygwin_exceptions is true. (_initialize_win32_nat): Add "set cygwin-exceptions" handler. |