summaryrefslogtreecommitdiff
path: root/gdb
Commit message (Expand)AuthorAgeFilesLines
* 2008-07-20 Sergei Poselenov <sposelenov@emcraft.com>Chris Demetriou2008-07-212-1/+8
* *** empty log message ***gdbadmin2008-07-211-1/+1
* 2008-07-20 Chris Demetriou <cgd@google.com>Chris Demetriou2008-07-202-0/+5
* *** empty log message ***gdbadmin2008-07-201-1/+1
* *** empty log message ***gdbadmin2008-07-191-1/+1
* gdbTom Tromey2008-07-1815-77/+389
* * configure.ac: Put old value of $LIBS after -lbfd -liberty $intlJoseph Myers2008-07-183-2/+8
* *** empty log message ***gdbadmin2008-07-181-1/+1
* Fix for Linux/VDSO failure.Paul Pluzhnikov2008-07-172-2/+6
* Fix for failing gdb.base/auxv.exp on LinuxPaul Pluzhnikov2008-07-172-0/+6
* Fix for gdb.base/corefile.exp failure on LinuxPaul Pluzhnikov2008-07-172-1/+6
* *** empty log message ***gdbadmin2008-07-171-1/+1
* *** empty log message ***gdbadmin2008-07-161-1/+1
* Revert frame_unwind_caller_pc / frame_unwind_caller_id.Daniel Jacobowitz2008-07-1510-50/+20
* * valops.c (value_cast_pointers): Follow typedefs when checkingAndreas Schwab2008-07-152-397/+402
* Fix for 'FAIL: gdb.cp/class2.exp: p acp->c2' on spu-elfPaul Pluzhnikov2008-07-152-2/+6
* * block.c (block_function): Renamed to ...Daniel Jacobowitz2008-07-156-10/+20
* * frame.c (frame_unwind_id): Renamed to ...Daniel Jacobowitz2008-07-1510-20/+50
* * mn10300-tdep.c (set_reg_offsets): Use get_frame_register_unsigned.Daniel Jacobowitz2008-07-152-2/+6
* * 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
* * generic/gdbtk-stack.c (gdb_block_args): Remove deprecated valuesKeith Seitz2008-07-149-56/+88
* 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