aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Expand)AuthorFilesLines
2008-07-15 * frame.c (frame_sp_unwind): Delete.Daniel Jacobowitz3-12/+12
2008-07-15 * ia64-tdep.c (ia64_dummy_id): Use get_frame_pc.Daniel Jacobowitz2-1/+5
2008-07-15* dwarf2-frame.c (dwarf2_frame_cache): Update comment.Daniel Jacobowitz5-42/+56
2008-07-15* frame.c (frame_func_unwind): Delete.Daniel Jacobowitz5-24/+24
2008-07-15 * remote-sim.c (init_gdbsim_ops): RemoveStan Shebs2-4/+5
2008-07-15 * findvar.c (read_var_value): Remove unused variable.Daniel Jacobowitz2-2/+4
2008-07-15 * infrun.c (handle_inferior_event): Tag threads as stoppedLuis Machado2-23/+28
2008-07-15* MAINTAINERS: Added myself to section Write After Approval.Hui Zhu2-0/+5
2008-07-15*** empty log message ***gdbadmin1-1/+1
2008-07-14Fix for PR gdb/2477Paul Pluzhnikov6-3/+37
2008-07-14 * i386-dicos-tdep.c (i386_dicos_frame_align): Delete.Pedro Alves2-8/+22
2008-07-14 * mips-tdep.c (fp_register_arg_p): Add gdbarch as paramter.Markus Deuling5-106/+170
2008-07-14*** empty log message ***gdbadmin1-1/+1
2008-07-13 * thread.c (restore_selected_frame): On fail to restore, selectPedro Alves2-3/+11
2008-07-13 * symtab.c (expand_line_sal): Fix a memory leak.Joel Brobecker2-2/+6
2008-07-13 * gdb.base/randomize.exp: Catch non-Linux targets as untested.Jan Kratochvil2-1/+9
2008-07-13 * utils.c (struct continuation): Define as inheriting structPedro Alves2-12/+34
2008-07-13 Skip varobj in running threads.Vladimir Prus3-3/+25
2008-07-13 Enable all MI commands while inferiour is runningVladimir Prus2-17/+6
2008-07-13 Allow all CLI command even if target is executing.Vladimir Prus2-7/+6
2008-07-13 * mi/mi-main.c (mi_cmd_execute): Remove unused variable.Vladimir Prus2-4/+6
2008-07-13*** empty log message ***gdbadmin1-1/+1
2008-07-12 * spu-tdep.c (spu_frame_unwind_cache): Do not error ifUlrich Weigand2-3/+10
2008-07-12 * linux-low.c (handle_extended_wait): Do not use "status"Ulrich Weigand2-1/+6
2008-07-12 * spu-linux-nat.c: Include "gdbthread.h".Ulrich Weigand3-1/+13
2008-07-122008-07-12 Pedro Alves <pedro@codesourcery.com>Pedro Alves8-108/+150
2008-07-12 Replace struct continuation_args by void* and per command structs.Pedro Alves6-132/+132
2008-07-122008-07-12 Pedro Alves <pedro@codesourcery.com>Pedro Alves2-20/+33
2008-07-12 Implement -exec-continue/-exec-interrupt --all.Vladimir Prus4-32/+74
2008-07-12 Implement --thread and --frame.Vladimir Prus6-3/+84
2008-07-12 * infrun.c (resume): Discard cleanups on early exit path.Vladimir Prus2-4/+11
2008-07-12 * infrun.c (normal_stop): For MI, report which threadsVladimir Prus4-5/+27
2008-07-12 Report thread state in -thread-info output.Vladimir Prus2-0/+15
2008-07-12*** empty log message ***gdbadmin1-1/+1
2008-07-11 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portionKevin Buettner2-6/+8
2008-07-11 * infrun.c (handle_inferior_event): Also ignore aPedro Alves2-5/+17
2008-07-11gdbTom Tromey4-12/+57
2008-07-11 * thread.c (thread_apply_command): Move making the cleanup out ofPedro Alves2-2/+7
2008-07-11 Exited threads.Pedro Alves16-226/+536
2008-07-11 Add "continue -a" and "interrupt -a" options for non-stop mode.Pedro Alves2-15/+107
2008-07-11*** empty log message ***gdbadmin1-1/+1
2008-07-10 Add "set print symbol-loading on|off".Doug Evans7-7/+69
2008-07-10 Non-stop linux native.Pedro Alves5-48/+322
2008-07-10 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.Jan Kratochvil2-2/+6
2008-07-10 * rs6000-tdep.c (ppc_displaced_step_fixup): Change type ofKevin Buettner2-1/+4
2008-07-10 * remote-sim.c (gdbsim_cntrl_c): Pass remote_sim_ptid toKevin Buettner2-1/+6
2008-07-10fix typo in "set debug timetstamp"Doug Evans1-1/+1
2008-07-10gdb/Jan Kratochvil11-0/+488
2008-07-10*** empty log message ***gdbadmin1-1/+1
2008-07-09 Adjust all targets to new target_stop interface.Pedro Alves12-23/+43