* descriptors.cc (Descriptors::open): Check that the options are
[external/binutils.git] / gdb /
2009-03-19 Tom Tromey * utils.c (do_obstack_free): New function.
2009-03-19 Jerome Guitton * gdb.ada/fixed_points/fixed_points.adb: Add a test...
2009-03-19 gdbadmin*** empty log message ***
2009-03-18 Doug Evans * linux-nat.c (linux_nat_find_memory_regions): Result...
2009-03-18 Doug Evans * expprint.c (dump_raw_expression): Print note if...
2009-03-18 Doug Evans * printcmd.c (display_uses_solib_p): Redo loop, scan...
2009-03-18 Pedro Alves * return-nodebug.c: Don't include stdio.h.
2009-03-18 Nathan Sidwell * Makefile.in: Update license to GPLv3.
2009-03-18 Paul Pluzhnikov2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
2009-03-18 Pedro Alves * remote.c (remote_close): Don't call generic_mourn_in...
2009-03-18 Pedro Alves * remote.c (remote_start_remote): Add missing call to
2009-03-18 Pedro Alves * breakpoint.c (bpstat_should_step): Only consider...
2009-03-18 gdbadmin*** empty log message ***
2009-03-17 Christopher FaylorCorrect typo which gave me an accidental promotion.
2009-03-17 Pedro Alves Rename "process" to "lwp" throughout.
2009-03-17 Joel Brobecker Add a target_ops parameter to the to_kill metho...
2009-03-17 Doug Evans * amd64-linux-nat.c (si_timerid,si_overrun): Provide...
2009-03-17 Joel Brobecker * frame.c (get_prev_frame_1): Do not perform...
2009-03-17 Hui Zhu* gdb.texinfo: Change the introduce of "disassemble...
2009-03-17 Hui Zhu* stack.c: Change the introduce of "disassemble-next...
2009-03-17 Pedro Alves * mi/mi-main.h (mi_print_timing_maybe): Add strict...
2009-03-17 Pedro AlvesAdd missing space.
2009-03-17 Hui Zhu* gdb.texinfo: Add documentation for disassemble-next...
2009-03-17 Hui Zhu *stack.c: Include valprint.h.
2009-03-17 Pedro Alves * infrun.c (normal_stop): Don't overwrite old_chain.
2009-03-17 gdbadmin*** empty log message ***
2009-03-16 Joel Brobecker * remote-mips.c (mips_load): Replace call to...
2009-03-16 Joel Brobecker * remote-mips.c (mips_mourn_inferior): Add...
2009-03-16 Joel Brobecker * go32-nat.c (go32_create_inferior): Add missin...
2009-03-16 Joel Brobecker * darwin-nat.c (darwin_resume): Fix a compiler...
2009-03-16 Joel Brobecker * configure.tgt: Add handling for x86_64-darwin.
2009-03-16 Jan Kratochvilgdb/
2009-03-16 Thiago Jung Bauermann * gdb.texinfo (Commands In Python): Remove tindex...
2009-03-16 gdbadmin*** empty log message ***
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-15 gdbadmin*** empty log message ***
2009-03-14 Jan Kratochvil Fix a racy FAIL.
2009-03-14 Pedro Alves2009-03-14 Pedro Alves <pedro@codesourcery.com>
2009-03-14 gdbadmin*** empty log message ***
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 Vladimir Prus * gdb.mi/mi-cli.exp: Adjust for output differen...
2009-03-13 Nathan Sidwell * Makefile.in, hostio-errno.c, errno.c, xtensa-xtregs...
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 * gdb.ada/ptype_arith_binop.exp: Remove some...
2009-03-13 Joel Brobecker * gdb.ada/ptype_arith_binop.exp: New testcase.
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-13 gdbadmin*** empty log message ***
2009-03-12 Joel Brobecker * gdb.ada/mod_from_name: New testcase.
2009-03-12 Joel Brobecker Fix crash printing packed record with packed...
2009-03-12 Joel Brobecker * gdb.ada/tick_last_segv: New testcase.
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 * gdb.mi/mi-cli.exp: Remove debug print.
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-12 gdbadmin*** empty log message ***
2009-03-11 Daniel Jacobowitz * breakpoint.c (bpstat_check_breakpoint_conditions...
2009-03-11 gdbadmin*** empty log message ***
2009-03-10 Hui Zhu * disasm.c (gdb_disassembly): Remove unused argument
2009-03-10 gdbadmin*** empty log message ***
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-09 gdbadmin*** empty log message ***
2009-03-08 Christopher Faylor* windows-nat.c (dr): Redefine to use largest possible...
2009-03-08 gdbadmin*** empty log message ***
2009-03-07 gdbadmin*** empty log message ***
2009-03-06 Paul Pluzhnikov2009-03-06 Paul Pluzhnikov <ppluzhnikov@google.com>
2009-03-06 gdbadmin*** empty log message ***
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 Alves * gdb.texinfo (Background Execution): Better describe...
2009-03-05 Pedro Alvesgdb/
2009-03-05 gdbadmin*** empty log message ***
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-04 gdbadmin*** empty log message ***
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-03 gdbadmin*** empty log message ***
2009-03-02 Doug EvansClean up last entry.
2009-03-02 Doug Evans * symtab.c: Remove trailing whitespace throughout...
next