aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2009-03-232009-03-23 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2-20/+19
2009-03-23 * charset.c (ICONV_CONST) <PHONY_ICONV>: Define.Tom Tromey2-3/+14
2009-03-23 * server.c (handle_query) Whitespace and formatting.Pedro Alves2-10/+12
2009-03-23*** empty log message ***gdbadmin1-1/+1
2009-03-22 * i387-fp.c, linux-arm-low.c, linux-cris-low.c,Pedro Alves25-271/+285
2009-03-22 * inferiors.c (find_inferior): Make it safe for the callbackPedro Alves2-1/+9
2009-03-22 * Makefile.in (linuw_low_h): Move higher.Pedro Alves2-3/+8
2009-03-22* windows-nat.c (AdjustTokenPrivileges): Implement macro wraparound forChristopher Faylor2-37/+47
2009-03-22* win32-nat.c (ctrl_c_handler): New function.Christopher Faylor2-21/+66
2009-03-22* windows-nat.c (DebugActiveProcessStop): Implement macro wraparound forChristopher Faylor2-108/+173
2009-03-22 Fix a racy FAIL.Jan Kratochvil3-10/+20
2009-03-22gdb/Pedro Alves9-11/+83
2009-03-22 * gdbthread.h (struct thread_info): Add in_infcall member.Pedro Alves8-22/+50
2009-03-22 * infcall.c (run_inferior_call): Remove references toPedro Alves5-28/+42
2009-03-22 * symfile.c (symfile_relocate_debug_section): Remove check forPedro Alves2-4/+10
2009-03-22*** empty log message ***gdbadmin1-1/+1
2009-03-21From Jeremy Bennett <jeremy.bennett@embecosm.com>:Eli Zaretskii2-0/+3709
2009-03-21From Jeremy Bennett <jeremy.bennett@embecosm.com>:Eli Zaretskii6-391/+2187
2009-03-21 * gdb.texinfo (Character Sets): Fix last change.Eli Zaretskii2-21/+26
2009-03-21gdb/Thiago Jung Bauermann9-25/+104
2009-03-21gdb/Thiago Jung Bauermann15-9/+523
2009-03-21 * c-lang.c (evaluate_subexp_c): Call check_typedef.Tom Tromey2-0/+8
2009-03-21*** empty log message ***gdbadmin1-1/+1
2009-03-20gdb:Tom Tromey63-1951/+4431
2009-03-202009-03-20 Tom Tromey <tromey@redhat.com>Tom Tromey5-6/+30
2009-03-20*** empty log message ***gdbadmin1-1/+1
2009-03-19 * utils.c (do_obstack_free): New function.Tom Tromey3-0/+26
2009-03-19 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overpreciseJerome Guitton3-7/+48
2009-03-19*** empty log message ***gdbadmin1-1/+1
2009-03-18 * linux-nat.c (linux_nat_find_memory_regions): Result of PIDGET is anDoug Evans2-11/+17
2009-03-18 * expprint.c (dump_raw_expression): Print note if non-NULL.Doug Evans2-1/+8
2009-03-18 * printcmd.c (display_uses_solib_p): Redo loop, scan element listDoug Evans2-8/+16
2009-03-18 * return-nodebug.c: Don't include stdio.h.Pedro Alves4-32/+70
2009-03-18 * Makefile.in: Update license to GPLv3.Nathan Sidwell19-166/+154
2009-03-182009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>Paul Pluzhnikov2-1/+5
2009-03-18 * remote.c (remote_close): Don't call generic_mourn_inferior.Pedro Alves2-3/+8
2009-03-18 * remote.c (remote_start_remote): Add missing call toPedro Alves2-0/+7
2009-03-18 * breakpoint.c (bpstat_should_step): Only consider softwarePedro Alves2-1/+6
2009-03-18*** empty log message ***gdbadmin1-1/+1
2009-03-17Correct typo which gave me an accidental promotion.Christopher Faylor1-1/+1
2009-03-17 Rename "process" to "lwp" throughout.Pedro Alves5-209/+257
2009-03-17 Add a target_ops parameter to the to_kill method in struct target_ops.Joel Brobecker17-44/+63
2009-03-17 * amd64-linux-nat.c (si_timerid,si_overrun): Provide definition forDoug Evans2-0/+14
2009-03-17 * frame.c (get_prev_frame_1): Do not perform the inner_frameJoel Brobecker2-12/+25
2009-03-17* gdb.texinfo: Change the introduce of "disassemble-next-line".Hui Zhu2-3/+7
2009-03-17* stack.c: Change the introduce of "disassemble-next-line".Hui Zhu2-6/+10
2009-03-17 * mi/mi-main.h (mi_print_timing_maybe): Add strict prototype,Pedro Alves2-2/+7
2009-03-17Add missing space.Pedro Alves1-1/+1
2009-03-17* gdb.texinfo: Add documentation for disassemble-next-line.Hui Zhu2-1/+20
2009-03-17 *stack.c: Include valprint.h.Hui Zhu2-0/+103