* aix-thread.c (aix_thread_thread_alive, aix_thread_pid_to_str):
[binutils-gdb.git] / gdb / ChangeLog
2009-03-15 Joel Brobecker * aix-thread.c (aix_thread_thread_alive, aix_th...
2009-03-15 Joel Brobecker Fix an error happening while loading symbols...
2009-03-15 Joel Brobecker Modernize the aix-thread later by getting rid...
2009-03-15 Jan Kratochvilgdb/
2009-03-14 Pedro Alves2009-03-14 Pedro Alves <pedro@codesourcery.com>
2009-03-13 Tom Tromey * symtab.c (lookup_symbol_in_language): Use a cleanup.
2009-03-13 Doug Evans * exceptions.h: Clean up some comments on catch_except...
2009-03-13 Joel Brobecker * source.c (source_full_path_of): Constify...
2009-03-13 Joel Brobecker * ada-lang.c (ada_evaluate_subexp): Merge case...
2009-03-13 Joel Brobecker * ada-lang.c (ada_evaluate_subexp) <BINOP_DIV...
2009-03-13 Joel BrobeckerFix the author name in the last entry.
2009-03-13 Joel Brobecker * ada-tasks.c (ada_task_is_alive): Move up...
2009-03-13 Joel Brobecker * ada-lang.c (ada_delta): Change the type of...
2009-03-13 Joel BrobeckerImprove the last changelog entry.
2009-03-13 Joel Brobecker * language.c (lang_bool_type): Return a builtin...
2009-03-13 Joel Brobecker * ada-lang.c (ada_evaluate_subexp) [OP_VAR_VALU...
2009-03-12 Joel Brobecker Fix crash printing packed record with packed...
2009-03-12 Joel Brobecker Fix segfault when printing short_integer'last.
2009-03-12 Joel Brobecker * ada-tasks.c (task_states,long_task_states...
2009-03-12 Joel Brobecker Fix a build failure on Darwin following some...
2009-03-12 Vladimir Prus Include token in ^running notification for CLI commands.
2009-03-12 Vladimir Prus Fix MI timings.
2009-03-12 Joel Brobecker * xcoffread.c (process_linenos): Check if the...
2009-03-12 Joel Brobecker Fix a build failure on AIX introduced after...
2009-03-11 Daniel Jacobowitz * breakpoint.c (bpstat_check_breakpoint_conditions...
2009-03-10 Hui Zhu * disasm.c (gdb_disassembly): Remove unused argument
2009-03-09 Paul Pluzhnikov2009-03-09 Paul Pluzhnikov <ppluzhnikov@google.com>
2009-03-09 Jan Kratochvil * varobj.c (free_variable): Call value_free.
2009-03-09 Jan Kratochvil PR gdb/9873:
2009-03-09 Vladimir Prus * solib.c (reload_shared_libraries): Give
2009-03-09 Christopher FaylorMinor formatting change
2009-03-08 Christopher Faylor* windows-nat.c (dr): Redefine to use largest possible...
2009-03-06 Paul Pluzhnikov2009-03-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2009-03-05 Paul Pluzhnikov2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
2009-03-05 Joel Brobecker Implement the target-specific part of Ada taski...
2009-03-05 Joel Brobecker Get rid of the global "base_target" and use...
2009-03-05 Pedro Alvesgdb/
2009-03-04 Pedro AlvesWrap long line.
2009-03-04 Pedro Alves * inferior.h (notice_new_inferior): Declare.
2009-03-04 Aleksandar Ristovski* infcmd.c (registers_info): Remove register number...
2009-03-03 Pedro Alves * top.c (quit_target): Check for target_has_execution...
2009-03-03 Joel Brobecker Remove some unused routines.
2009-03-02 Doug Evans * symtab.c: Remove trailing whitespace throughout...
2009-03-02 Doug Evans * Makefile.in (clean): rm -f $(DEPDIR)/*.
2009-03-02 Doug Evans * Makefile.in (GDB_CFLAGS): Add -I$(srcdir)/common.
2009-03-01 Doug Evans Include thread ID in target_wait debugging output.
2009-02-27 Pedro Alves * gdb_proc_service.h (struct ps_prochandle): Replace...
2009-02-27 Phil Muldoon2009-02-27 Phil Muldoon <pmuldoon@redhat.com>
2009-02-27 Andreas SchwabUpdate e-mail address.
2009-02-26 Phil Muldoon2009-02-26 Phil Muldoon <pmuldoon@redhat.com>
2009-02-26 Pedro Alves * mips-linux-nat.c (mips64_linux_fetch_registers)...
2009-02-26 Doug Evans * breakpoint.c (insert_bp_location): Add \n to overlay...
2009-02-25 Doug Evans * breakpoint.c (disable_breakpoints_in_shlibs): Delete...
2009-02-25 Doug Evans * printcmd.c (build_address_symbolic): Fix comment.
2009-02-25 Hui Zhu2009-02-25 Hui Zhu <teawater@gmail.com>
2009-02-24 Pierre Muller Fix windows-nat.c compilation failure.
2009-02-23 Pedro Alves * remote-sim.c (gdbsim_resume): Add target_ops* argument.
2009-02-23 Joel Brobecker(tiny change)
2009-02-23 Pedro Alves * i386-linux-nat.c (i386_linux_fetch_inferior_register...
2009-02-23 Pedro Alves * corelow.c (get_core_registers): Adjust.
2009-02-22 Doug Evans * exec.c (exec_file_attach): Fix comment.
2009-02-22 Doug EvansFix up some formatting.
2009-02-22 Pedro Alves Silence a few -Wmissing-prototypes warnings.
2009-02-21 Pedro Alves2008-02-21 Pedro Alves <pedro@codesorcery.com>
2009-02-20 Pierre Muller * Extend use of i386_use_watchpoints to all i386 nativ...
2009-02-19 Joel Brobecker * ada-typeprint.c (ada_typedef_print): Remove...
2009-02-18 Vladimir Prus * mi/mi-interp.c (mi_solib_loaded, mi_solib_unloaded...
2009-02-17 Vladimir Prus * observer.c (observer_test_first_notification_function)
2009-02-17 Pedro Alves * Makefile.in (ALL_64_TARGET_OBS): Add amd64-dicos...
2009-02-17 Doug Evans * amd64-tdep.c (amd64_skip_prefixes): Renamed from...
2009-02-16 Pedro Alves * corelow.c (core_close): Don't hardcode the core...
2009-02-14 Vladimir Prus Include frame information for *stopped due...
2009-02-13 Pierre Muller2009-02-13 Pierre Muller <muller@ics.u-strasbg.fr>
2009-02-12 Joel BrobeckerFix a typo.
2009-02-12 Jan Kratochvilgdb/
2009-02-11 Pierre Muller2009-02-11 Pierre Muller <muller@ics.u-strasbg.fr>
2009-02-11 Jan Kratochvil Avoid NULL dereference.
2009-02-11 Pedro Alves * gdbarch.c: Regenerate.
2009-02-10 Pierre Muller2009-02-10 Pierre Muller <muller@ics.u-strasbg.fr>
2009-02-07 Daniel Jacobowitz * dwarf2read.c (dwarf2_build_psymtabs_hard): Move...
2009-02-07 Pedro Alves * NEWS: Mention inspecting extra signal information...
2009-02-07 Pedro Alves * linux-nat.c (PTRACE_SETSIGINFO): Define if PTRACE_GE...
2009-02-06 Pedro Alves * amd64-linux-nat.c (compat_int_t, compat_uptr_t,...
2009-02-06 Pedro Alves2009-02-06 Pedro Alves <pedro@codesourcery.com>
2009-02-06 Pedro Alvesgdb/
2009-02-06 Pedro Alves * linux-nat.c (linux_nat_wait): Adjust.
2009-02-06 Thiago Jung Bauermanngdb/
2009-02-06 Pedro Alves * target.c (target_get_osdata): Check for equal or...
2009-02-06 Pedro Alves * remote.c (extended_remote_can_run): Delete.
2009-02-06 Pedro Alves * target.c (target_create_inferior, target_detach)
2009-02-05 Pedro Alves * target.h (target_stopped_data_address_p): Delete...
2009-02-05 Thiago Jung Bauermanngdb/
2009-02-05 Pedro Alves * target.h (target_tid_to_str): Delete.
2009-02-05 Pedro Alves * frame.c (has_stack_frames): Make public.
2009-02-05 Thiago Jung Bauermanngdb/
2009-02-05 Thiago Jung Bauermann2009-02-05 Thiago Jung Bauermann <bauerman@br.ibm...
2009-02-05 Tom Tromey2009-01-07 Pierre Muller <muller@ics.u-strasbg.fr>
2009-02-04 Thiago Jung Bauermanngdb/
2009-02-04 Jerome GuittonFix a type in the last entry.
2009-02-04 Jerome Guitton * ada-lang.c (ada_template_to_fixed_record_type_1...
next