aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-09-11 * language.h (struct language_arch_info): New membersUlrich Weigand12-75/+133
2008-09-11 * jv-lang.c (enum java_primitive_types): New type.Ulrich Weigand2-1/+49
2008-09-11 * value.h (value_bitstring_subscript): New prototype.Ulrich Weigand4-29/+85
2008-09-11 * expression.h (struct expression): New member GDBARCH.Ulrich Weigand12-195/+255
2008-09-11 * parser-defs.h (write_exp_msymbol): Remove TEXT_SYMBOL_TYPEUlrich Weigand10-74/+40
2008-09-11Updated translation versionsAlan Modra4-2666/+2582
2008-09-11*** empty log message ***gdbadmin1-1/+1
2008-09-11daily updateAlan Modra1-1/+1
2008-09-10 * ada-lang.c (ada_parent_type): Add handling of the case whereJoel Brobecker2-9/+44
2008-09-10 * ada-lang.c (is_digits_suffix): New function.Joel Brobecker2-107/+61
2008-09-10 * Makefile.in (gnu-nat.o): New rule.Pedro Alves2-0/+11
2008-09-102008-09-05 Cary Coutant <ccoutant@google.com>Cary Coutant2-0/+13
2008-09-10 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.Joel Brobecker2-0/+28
2008-09-10 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,Joel Brobecker26-67/+82
2008-09-10 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid typeJoel Brobecker2-1/+6
2008-09-10 * ada-lang.c (ada_evaluate_subexp) [OP_ATR_SIZE]: UseJoel Brobecker2-2/+7
2008-09-10 * ada-lang.c (ada_evaluate_subexp) [BINOP_ADD, BINOP_SUB]:Joel Brobecker2-0/+13
2008-09-10 * inf-ttrace.c (inf_ttrace_follow_fork): Declare locals at thePedro Alves2-8/+15
2008-09-10 * ada-lang.c (ada_array_length): Use builtin_type_int32 insteadUlrich Weigand2-4/+10
2008-09-10*** empty log message ***gdbadmin1-1/+1
2008-09-10daily updateAlan Modra1-1/+1
2008-09-09gdb/Pedro Alves5-10/+118
2008-09-09merge from gccDJ Delorie5-11/+162
2008-09-09 * gnu-nat.c (gnu_pid_to_exec_file): Delete.Pedro Alves2-9/+5
2008-09-09gas/Peter Bergner10-10/+518
2008-09-09 * gnu-nat.c (gnu_attach): Push target before fetching the list ofPedro Alves2-1/+8
2008-09-09* emultempl/pe.em (pe_find_data_imports): Add trailing newlineNick Clifton3-5/+11
2008-09-09 * elfxx-mips.c (mips16_stub_symndx) <sec>: Mark argument asTom Tromey2-1/+7
2008-09-09 * config/tc-hppa.c (hppa_regname_to_dw2regnum): Add register name toDave Anglin2-0/+15
2008-09-09daily updateAlan Modra1-1/+1
2008-09-09*** empty log message ***gdbadmin1-1/+1
2008-09-08 * valops.c (value_cast_structs): Return NULL for failure.Daniel Jacobowitz5-5/+100
2008-09-08 * inferior.h (context_switch_to): Delete.Pedro Alves7-145/+51
2008-09-08 * infrun.c (context_switch): Don't context-switch the continuations.Pedro Alves2-7/+3
2008-09-08 PR ld/3191Daniel Jacobowitz2-33/+117
2008-09-08 Remove global continuations in favour of a per-threadPedro Alves8-99/+237
2008-09-08 Remove the global stop_step in favour of a per-threadPedro Alves6-40/+53
2008-09-08 Remove the global step_multi in favour of a per-threadPedro Alves6-41/+64
2008-09-08 Remove the global stop_signal in favour of a per-threadPedro Alves16-131/+274
2008-09-08 * gdbthread.h (struct thread_info): Add comments aroundPedro Alves6-19/+37
2008-09-08 * inferior.h (stop_bpstat): Delete.Pedro Alves14-142/+215
2008-09-08 * inferior.h (step_over_calls): Delete.Pedro Alves6-27/+32
2008-09-08 Remove context switching in favour of accessing thread_info fieldsPedro Alves9-344/+438
2008-09-08 * bsd-uthread.c (bsd_uthread_find_new_threads): Claim the mainPedro Alves2-1/+14
2008-09-08 * corelow.c (add_to_thread_list): If this is the first time wePedro Alves2-14/+76
2008-09-08 * spu-linux-nat.c (spu_child_post_startup_inferior)Pedro Alves2-4/+5
2008-09-08 Use ptid_t.tid to store thread ids instead of ptid_t.pid.Pedro Alves3-34/+80
2008-09-08 * procfs.c (to_attach): Create a procinfo for the current lwp.Pedro Alves3-62/+72
2008-09-08 * inf-ttrace.c (inf_ttrace_wait): On TTEVT_LWP_CREATE andPedro Alves2-6/+27
2008-09-08 * inf-ttrace.c: Include <signal.h>Pedro Alves2-29/+100