Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-10-31 | * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage. | Mark Kettenis | 2 | -7/+11 | |
2005-10-31 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2005-10-30 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2005-10-29 | * hppa-tdep.h (HPPA_INSN_SIZE): New define. | Mark Kettenis | 3 | -20/+27 | |
* hppa-hpux-tdep.c (hppa_hpux_search_pattern) (hppa64_hpux_search_dummy_call_sequence): Rewrite to avoid assumption on sizeof(unsigned). | |||||
2005-10-29 | * inf-ttrace.c (inf_ttrace_wait): Comment out TARGET_WAITKIND_EXEC | Mark Kettenis | 2 | -0/+13 | |
code; return TARGET_WAITKIND_STOPPED instead. | |||||
2005-10-29 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2005-10-28 | * ppc-tdep.h (PPC_INSN_SIZE): Define. | Mark Kettenis | 2 | -3/+8 | |
2005-10-28 | * inf-ttrace.c (inf_ttrace_mourn_inferior): Remove redundant cast. | Mark Kettenis | 2 | -35/+41 | |
(inf_ttrace_kill): Renamed from inf_ttrace_kill_inferior. (inf_ttrace_target): Resort assignments. | |||||
2005-10-28 | * gdb.texinfo (GDB/MI Variable Objects): Fix @pxref usage under | Eli Zaretskii | 2 | -3/+8 | |
"The -var-update Command". | |||||
2005-10-28 | Sync with Emacs 22.0.50. | Nick Roberts | 1 | -1/+2 | |
2005-10-28 | *** empty log message *** | Nick Roberts | 1 | -0/+4 | |
2005-10-28 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2005-10-27 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2005-10-26 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2005-10-25 | * regformats/reg-ia64.dat: Remove NAT registers. | Andreas Schwab | 5 | -148/+14 | |
gdbserver: * server.c (main): Allocate mem_buf with PBUFSIZ bytes. * linux-ia64-low.c (ia64_regmap): Remove NAT registers. (ia64_num_regs): Reduce to 462. | |||||
2005-10-25 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2005-10-24 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2005-10-23 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2005-10-22 | * rs6000-tdep.c (info_powerpc_cmdlist): Remove variable. | Mark Kettenis | 2 | -8/+5 | |
(rs6000_info_powerpc_command): Remove function. | |||||
2005-10-22 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2005-10-21 | * dwarf2read.c (isreg): Removed. | Andreas Schwab | 2 | -15/+5 | |
(decode_locdesc): Don't set it. | |||||
2005-10-21 | * Makefile.in (YYFILES): Add ada-lex.c | Joel Brobecker | 2 | -0/+5 | |
2005-10-21 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2005-10-20 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2005-10-19 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2005-10-18 | 2005-10-17 Jim Blandy <jimb@redhat.com> | Jim Blandy | 2 | -1/+6 | |
* dwarf2expr.c (dwarf_expr_fetch): Use correct comparison to detect stack underflow. | |||||
2005-10-18 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2005-10-17 | 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com> | Paul Gilliam | 2 | -2/+7 | |
* gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg vscr" tests to better match output. | |||||
2005-10-17 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2005-10-16 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2005-10-15 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2005-10-14 | 2005-10-14 Paul Gilliam <pgilliam@us.ibm.com> | Paul Gilliam | 2 | -0/+6 | |
* rs6000-tdep.c (rs6000_register_reggroup_p): Add vscr to test for vector registers. | |||||
2005-10-14 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2005-10-13 | * Makefile.in (linux-thread-db.o): Depend on $(gdbcore_h). | Andreas Schwab | 3 | -5/+23 | |
* linux-thread-db.c (enable_thread_event): Extend pointer value as specified by target. (thread_db_get_thread_local_address): Likewise. | |||||
2005-10-13 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2005-10-12 | 2005-10-12 Jim Blandy <jimb@redhat.com> | Jim Blandy | 2 | -13/+58 | |
* gdb.base/structs.exp (any): New function. (test_struct_returns): Don't make any assumptions at all about what value the function returns when GDB can't set the return value. | |||||
2005-10-12 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2005-10-11 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2005-10-10 | * gdb.ada/arrayidx/p.adb: New file. | Joel Brobecker | 3 | -1/+198 | |
* gdb.ada/arrayidx.exp: New testcase | |||||
2005-10-10 | * gdb.ada/array_return/pck.ads: New file. | Joel Brobecker | 5 | -0/+118 | |
* gdb.ada/array_return/pck.adb: New file. * gdb.ada/array_return/p.adb: New file. * gdb.ada/array_return.exp: New testcase. | |||||
2005-10-10 | * i386-tdep.c (i386_reg_struct_return_p): Allow array types as well. | Joel Brobecker | 2 | -5/+21 | |
(i386_return_value): Add handling for functions that return array types. | |||||
2005-10-10 | * ada-valprint.c (print_optional_low_bound): Handle properly | Joel Brobecker | 2 | -1/+16 | |
cases where the array index type is a TYPE_CODE_RANGE. | |||||
2005-10-10 | * valprint.c (val_print_array_elements): Check array size before | Joel Brobecker | 2 | -7/+14 | |
computing its low bound. If zero, then use a default bound of zero. | |||||
2005-10-10 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2005-10-09 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2005-10-08 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2005-10-07 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2005-10-06 | PR 1659 | Alan Modra | 2 | -4/+11 | |
* rs6000-tdep.c (rs6000_push_dummy_call): Correct size of backchain write. (rs6000_convert_from_func_ptr_addr): Correct comment. | |||||
2005-10-06 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2005-10-05 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |