aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2006-06-07*** empty log message ***gdbadmin1-1/+1
2006-06-06 * gdb/remote.c (remote_insert_watchpoint): Return -1, rather thanNathan Sidwell2-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 ***gdbadmin1-1/+1
2006-06-05*** empty log message ***gdbadmin1-1/+1
2006-06-04*** empty log message ***gdbadmin1-1/+1
2006-06-03*** empty log message ***gdbadmin1-1/+1
2006-06-02(GDB/MI File Commands): New node split from Program Control.Nick Roberts1-0/+7
2006-06-02*** empty log message ***Nick Roberts1-2/+2
2006-06-02*** empty log message ***Nick Roberts1-0/+1
2006-06-02(print_it_typical): Use EXEC_ASYNC_LOCATION_REACHED.Nick Roberts1-1/+3
2006-06-02*** empty log message ***Nick Roberts1-0/+4
2006-06-02*** empty log message ***gdbadmin1-1/+1
2006-06-01(GDB/MI Development and Front Ends): Use sourceware.org for mailing lists.Nick Roberts1-2/+2
2006-06-01*** empty log message ***Nick Roberts1-0/+5
2006-06-01*** empty log message ***gdbadmin1-1/+1
2006-05-312006-05-31 Michael Snyder <msnyder@redhat.com>Michael Snyder2-4/+8
* mips-tdep.c: Comment tweaks.
2006-05-31(GDB/MI Development and Front Ends): New Node.Nick Roberts1-1/+55
2006-05-31*** empty log message ***Nick Roberts1-0/+4
2006-05-31Configury changes: update src repository (binutils, gdb, and rda) to useDaniel Jacobowitz6-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 ***gdbadmin1-1/+1
2006-05-30 * remote-utils.c (all_symbols_looked_up): New variable.Daniel Jacobowitz4-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-30Typo fix.Daniel Jacobowitz1-1/+1
2006-05-30gdb/Daniel Jacobowitz6-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 ***gdbadmin1-1/+1
2006-05-29*** empty log message ***gdbadmin1-1/+1
2006-05-28* dwarf2-frame.h (enum dwarf2_frame_reg_rule): AddAlexandre Oliva3-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 Oliva2-3/+29
(dwarf2_frame_sniffer): Use it. (decode_frame_entry_1): Set it according to augmentation "S".
2006-05-28*** empty log message ***gdbadmin1-1/+1
2006-05-27 From Peter Schauer <peterschauer@gmx.net>Joel Brobecker2-2/+9
* m2-typeprint.c (m2_record_fields): Move variable declarations to the begining of the block.
2006-05-27*** empty log message ***gdbadmin1-1/+1
2006-05-26*** empty log message ***gdbadmin1-1/+1
2006-05-25*** empty log message ***gdbadmin1-1/+1
2006-05-24*** empty log message ***gdbadmin1-1/+1
2006-05-23 * mt-tdep.c (mt_register_name): Correct out-of-range logic toMark Mitchell2-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 ***gdbadmin1-1/+1
2006-05-22(Cygwin Native): Fix last change.Eli Zaretskii2-4/+15
2006-05-22* gdb.texinfo (Cygwin Native): Document set/show cygwin-exceptions.Christopher Faylor2-0/+14
2006-05-22*** empty log message ***gdbadmin1-1/+1
2006-05-21(check in missing file)Christopher Faylor2-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.
2006-05-21* win32-nat.c (cygwin_exceptions): New variable.Christopher Faylor1-0/+7
(handle_exception): Treat a cygwin exception like a normal exception if cygwin_exceptions is true. (_initialize_win32_nat): Add "set cygwin-exceptions" handler.
2006-05-21*** empty log message ***gdbadmin1-1/+1
2006-05-20NEWS: (Improved Modula-2 language support): New section.Gaius Mulley2-0/+13
2006-05-20 * gdb.base/del.exp (test_delete_alias): New function.Joel Brobecker2-16/+42
Now check that both "del" and "d" work as aliases for "delete".
2006-05-20 * configure: Regenerate using proper version of autoconf.Joel Brobecker2-5656/+5600
2006-05-20*** empty log message ***gdbadmin1-1/+1
2006-05-19Checked in under the 'obvious fix rule'Fred Fish5-6/+13
2006-05-19 Fred Fish <fnf@specifix.com> * Makefile.in: Fix spelling of 'explicitly' and 'explicit'. * dwarfread.c: Fix spelling of 'unexpected'. * mips-tdep.c: Fix spelling of 'possible' and 'Determine'. * stack.c: Fix spelling of 'RETURN_VALUE'.
2006-05-19*** empty log message ***gdbadmin1-1/+1
2006-05-182006-05-18 Paul Gilliam <pgilliam@us.ibm.comPaul Gilliam2-1/+7
* solib-svr4.c (enable_break): Breakup a long line into 3 shorter ones.
2006-05-18Reviewed and approved by Daniel Jacobowitz <drow@false.org>Fred Fish2-7/+23
2006-05-18 Fred Fish <fnf@specifix.com> * gdb.base/a2-run.exp: Allow part of test to run when args aren't required. Check for spurious output after program exits normally.
2006-05-18*** empty log message ***gdbadmin1-1/+1