summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* * frame.c (frame_sp_unwind): Delete.Daniel Jacobowitz2008-07-153-12/+12
* * ia64-tdep.c (ia64_dummy_id): Use get_frame_pc.Daniel Jacobowitz2008-07-152-1/+5
* * dwarf2-frame.c (dwarf2_frame_cache): Update comment.Daniel Jacobowitz2008-07-155-42/+56
* * frame.c (frame_func_unwind): Delete.Daniel Jacobowitz2008-07-155-24/+24
* * remote-sim.c (init_gdbsim_ops): RemoveStan Shebs2008-07-152-4/+5
* * findvar.c (read_var_value): Remove unused variable.Daniel Jacobowitz2008-07-152-2/+4
* * infrun.c (handle_inferior_event): Tag threads as stoppedLuis Machado2008-07-152-23/+28
* * MAINTAINERS: Added myself to section Write After Approval.Hui Zhu2008-07-152-0/+5
* *** empty log message ***gdbadmin2008-07-151-1/+1
* Fix for PR gdb/2477Paul Pluzhnikov2008-07-146-3/+37
* * i386-dicos-tdep.c (i386_dicos_frame_align): Delete.Pedro Alves2008-07-142-8/+22
* * mips-tdep.c (fp_register_arg_p): Add gdbarch as paramter.Markus Deuling2008-07-145-106/+170
* *** empty log message ***gdbadmin2008-07-141-1/+1
* * thread.c (restore_selected_frame): On fail to restore, selectPedro Alves2008-07-132-3/+11
* * symtab.c (expand_line_sal): Fix a memory leak.Joel Brobecker2008-07-132-2/+6
* * gdb.base/randomize.exp: Catch non-Linux targets as untested.Jan Kratochvil2008-07-132-1/+9
* * utils.c (struct continuation): Define as inheriting structPedro Alves2008-07-132-12/+34
* Skip varobj in running threads.Vladimir Prus2008-07-133-3/+25
* Enable all MI commands while inferiour is runningVladimir Prus2008-07-132-17/+6
* Allow all CLI command even if target is executing.Vladimir Prus2008-07-132-7/+6
* * mi/mi-main.c (mi_cmd_execute): Remove unused variable.Vladimir Prus2008-07-132-4/+6
* *** empty log message ***gdbadmin2008-07-131-1/+1
* * spu-tdep.c (spu_frame_unwind_cache): Do not error ifUlrich Weigand2008-07-122-3/+10
* * linux-low.c (handle_extended_wait): Do not use "status"Ulrich Weigand2008-07-122-1/+6
* * spu-linux-nat.c: Include "gdbthread.h".Ulrich Weigand2008-07-123-1/+13
* 2008-07-12 Pedro Alves <pedro@codesourcery.com>Pedro Alves2008-07-128-108/+150
* Replace struct continuation_args by void* and per command structs.Pedro Alves2008-07-126-132/+132
* 2008-07-12 Pedro Alves <pedro@codesourcery.com>Pedro Alves2008-07-122-20/+33
* Implement -exec-continue/-exec-interrupt --all.Vladimir Prus2008-07-124-32/+74
* Implement --thread and --frame.Vladimir Prus2008-07-126-3/+84
* * infrun.c (resume): Discard cleanups on early exit path.Vladimir Prus2008-07-122-4/+11
* * infrun.c (normal_stop): For MI, report which threadsVladimir Prus2008-07-124-5/+27
* Report thread state in -thread-info output.Vladimir Prus2008-07-122-0/+15
* *** empty log message ***gdbadmin2008-07-121-1/+1
* * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portionKevin Buettner2008-07-112-6/+8
* * infrun.c (handle_inferior_event): Also ignore aPedro Alves2008-07-112-5/+17
* gdbTom Tromey2008-07-114-12/+57
* * thread.c (thread_apply_command): Move making the cleanup out ofPedro Alves2008-07-112-2/+7
* Exited threads.Pedro Alves2008-07-1116-226/+536
* Add "continue -a" and "interrupt -a" options for non-stop mode.Pedro Alves2008-07-112-15/+107
* *** empty log message ***gdbadmin2008-07-111-1/+1
* Add "set print symbol-loading on|off".Doug Evans2008-07-107-7/+69
* Non-stop linux native.Pedro Alves2008-07-105-48/+322
* * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.Jan Kratochvil2008-07-102-2/+6
* * rs6000-tdep.c (ppc_displaced_step_fixup): Change type ofKevin Buettner2008-07-102-1/+4
* * remote-sim.c (gdbsim_cntrl_c): Pass remote_sim_ptid toKevin Buettner2008-07-102-1/+6
* fix typo in "set debug timetstamp"Doug Evans2008-07-101-1/+1
* gdb/Jan Kratochvil2008-07-1011-0/+488
* *** empty log message ***gdbadmin2008-07-101-1/+1
* Adjust all targets to new target_stop interface.Pedro Alves2008-07-0912-23/+43