aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2008-07-07*** empty log message ***gdbadmin1-1/+1
2008-07-06 * gdb.texinfo (GDB/MI Target Manipulation): AddVladimir Prus2-2/+13
2008-07-06*** empty log message ***gdbadmin1-1/+1
2008-07-05 * mi/mi-interp.c (mi_on_resume): Don't try to reportVladimir Prus2-0/+11
2008-07-05Add missed changelog entry.Daniel Jacobowitz2-0/+30
2008-07-05*** empty log message ***gdbadmin1-1/+1
2008-07-04 * cli/cli-decode.c (add_setshow_optional_filename_cmd): SetPierre Muller3-1/+16
2008-07-04 Implement -target-attach.Vladimir Prus2-1/+6
2008-07-04*** empty log message ***gdbadmin1-1/+1
2008-07-032008-06-21 Hui Zhu <teawater@gmail.com>Michael Snyder2-1/+5
2008-07-03 * config/i386/nm-cygwin.h (ATTACH_NO_WAIT): Delete.Pedro Alves9-33/+59
2008-07-03 * i386-tdep.c (i386_displaced_step_fixup): Condition log printingPedro Alves2-2/+8
2008-07-03*** empty log message ***gdbadmin1-1/+1
2008-07-02*** empty log message ***gdbadmin1-1/+1
2008-07-01*** empty log message ***gdbadmin1-1/+1
2008-06-30 * frame.c (get_prev_frame_1): Call frame_unwind_find_by_frameDaniel Jacobowitz2-3/+13
2008-06-30 * rs6000-tdep.c (ppc_displaced_step_fixup): New function.Luis Machado2-3/+118
2008-06-30 * cris-tdep.c (crisv32_single_step_through_delay): Get this frame'sDaniel Jacobowitz2-9/+7
2008-06-30 * source.c (select_source_symtab): Make sure we skip namespaceLuis Machado2-4/+12
2008-06-30 * MAINTAINERS (Authorized committers): Fix my email address.Hans-Peter Nilsson2-1/+5
2008-06-30*** empty log message ***gdbadmin1-1/+1
2008-06-29 * mi/mi-cmds.c (mi_cmds): Route -exec-run, -exec-until,Vladimir Prus4-75/+21
2008-06-29*** empty log message ***gdbadmin1-1/+1
2008-06-28 * alphafbsd-tdep.c: Update for unwinder changes.Ulrich Weigand29-1208/+934
2008-06-28 * mi/mi-main.c (enum captured_mi_execute_command_actions)Vladimir Prus2-37/+14
2008-06-28 * lib/mi-support.exp (mi_send_resuming_command_raw): RevertVladimir Prus2-1/+14
2008-06-28gdb/Pedro Alves5-58/+210
2008-06-28 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.Vladimir Prus2-0/+5
2008-06-28Revert accidental commitVladimir Prus1-1/+1
2008-06-28 * breakpoint.c (moribund_locations): New.Vladimir Prus6-19/+131
2008-06-28*** empty log message ***gdbadmin1-1/+1
2008-06-27 * dfp.c (decimal_convert): Call match_endianness before and afterJoseph Myers2-2/+12
2008-06-27 * remote.c (remote_insert_breakpoint): Ensure that if Z0Jonathan Larmour2-4/+13
2008-06-27 * dwarf2read.c (read_attribute_value): Issue a complaint whenJoel Brobecker2-1/+12
2008-06-27 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.Pedro Alves3-0/+81
2008-06-27 * i386-tdep.c (i386_16_byte_align_p): New.Joseph Myers2-17/+91
2008-06-27 * remote-utils.c (prepare_resume_reply): If requested, don'tPedro Alves4-27/+114
2008-06-27 * infrun.c (start_remote): Don't clear thread list here.Pedro Alves5-7/+73
2008-06-27Fix date.Pedro Alves1-1/+1
2008-06-27 Use ptid_t.tid to store thread ids instead of ptid_t.pid.Pedro Alves2-87/+172
2008-06-27*** empty log message ***gdbadmin1-1/+1
2008-06-26 * configure.ac (--enable-tui): AC_MSG_ERROR for explicit --enable-tui.Jan Kratochvil3-8/+23
2008-06-26 * dwarf2read.c (read_attribute_value): Treat size attributeJoel Brobecker2-0/+17
2008-06-26 * linux-nat.c: Add description of overall logic.Vladimir Prus2-45/+98
2008-06-26 * Makefile.in (GNULIB_H): Use GNULIB_STDINT_H.Daniel Jacobowitz18-3500/+90
2008-06-26 * ppc-sysv-tdep.c (ppc_sysv_abi_push_dummy_call): Handle passingJoseph Myers2-19/+38
2008-06-26 * target.c (target_read_until_error): New.Vladimir Prus5-3/+81
2008-06-26*** empty log message ***gdbadmin1-1/+1
2008-06-25 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.Jan Kratochvil2-1/+5
2008-06-25 Fix a memory leak found by Hui Zhu <teawater@gmail.com>.Jan Kratochvil2-14/+24