aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2007-08-14 * config/i386/linux.mh (NATDEPFILES): Move corelow.o from here...Daniel Jacobowitz3-2/+7
* config/i386/linux.mt (TDEPFILES): ...to here.
2007-08-14Fix changelog formattingVladimir Prus1-2/+0
2007-08-14 gdb/Vladimir Prus6-17/+15
* breakpoint.c (disable_breakpoints_in_shlibs): Remove the 'silent' parameter and code to implement that. * breakpoint.h (disable_breakpoints_in_shlibs): Adjust prototype. * win32-nat.c: Adjust. * solib.c: Adjust.
2007-08-14 gdb/Vladimir Prus2-27/+7
* breakpoint.c (update_breakpoints_after_exec): Don't set address to zero.
2007-08-142007-08-13 Michael Snyder <msnyder@access-company.com>Michael Snyder2-410/+520
* valops.c: Whitespace clean-up.
2007-08-14*** empty log message ***gdbadmin1-1/+1
2007-08-132007-08-13 Michael Snyder <msnyder@access-company.com>Michael Snyder2-23/+20
* tui/tui-winsource.c (tui_alloc_source_buffer): Clean up allocation.
2007-08-132007-08-13 Michael Snyder <msnyder@access-company.com>Michael Snyder2-1/+3
* event-top.c (command_line_handler): Memory leak.
2007-08-132007-08-13 Michael Snyder <msnyder@access-company.com>Michael Snyder2-1/+4
* mi/mi-cmd-var.c (mi_cmd_var_set_format): Memory leak. No need to make copy.
2007-08-132007-08-13 Michael Snyder <msnyder@access-company.com>Michael Snyder2-1/+6
* source.c (find_source_lines): Require symtab 's'.
2007-08-13 * config/default.exp: New file.Daniel Jacobowitz2-0/+22
2007-08-13*** empty log message ***gdbadmin1-1/+1
2007-08-12*** empty log message ***gdbadmin1-1/+1
2007-08-112007-08-11 Michael Snyder <msnyder@access-company.com>Michael Snyder2-4/+8
* completer.c: Spelling fix in comments.
2007-08-112007-08-10 Michael Snyder <msnyder@access-company.com>Michael Snyder2-14/+15
* gdbtypes.c: Coding standard cleanup.
2007-08-112007-08-10 Michael Snyder <msnyder@access-company.com>Michael Snyder2-368/+476
* gdbtypes.c: Comment/whitespace cleanup.
2007-08-11*** empty log message ***gdbadmin1-1/+1
2007-08-102007-08-10 Michael Snyder <msnyder@access-company.com>Michael Snyder2-1/+5
* stabsread.c (read_huge_number): Attempt to compute value before values that it depends on.
2007-08-102007-08-10 Michael Snyder <msnyder@access-company.com>Michael Snyder2-6/+11
* linespec.c (decode_dollar): Dead code, ptr can't be non-null. (decode_objc): Use "NULL" instead of 0. (find_method): Ditto. (decode_all_digits): Ditto. (decode_dollar): Ditto.
2007-08-102007-08-10 Michael Snyder <msnyder@access-company.com>Michael Snyder2-0/+3
* mi/mi-main.c (mi_cmd_data_evaluate_expression): Resource leak.
2007-08-102007-08-10 Michael Snyder <msnyder@access-company.com>Michael Snyder2-1/+6
* mi/mi-cmd-var.c (mi_cmd_var_list_children): Memory leak.
2007-08-102007-08-10 Michael Snyder <msnyder@access-company.com>Michael Snyder2-1/+4
* solib-svr4.c (enable_break): Don't free tmp_pathname until after closing bfd.
2007-08-102007-08-10 Michael Snyder <msnyder@access-company.com>Michael Snyder2-19/+24
* completer.c: Comment/whitespace cleanup.
2007-08-10 * Makefile.in (i386nbsd-nat.o): Add missing dependency.Joel Brobecker2-2/+7
2007-08-102007-08-10 Maxim Grigoriev <maxim2405@gmail.com>Maxim Grigoriev2-0/+9
* remote-fileio.c (remote_fileio_resize_fd_map): Initialize newly allocated file descriptors.
2007-08-10 * Makefile.in: Minor cleanup throughout; add some missing variables,Joel Brobecker2-22/+32
add some missing rules, remove some rules that are no longer needed, and fix the dependencies in several rules.
2007-08-10*** empty log message ***gdbadmin1-1/+1
2007-08-09Re-instated Guile/Scheme support.Ludovic Courtès8-0/+1690
2007-08-09Add Emacs local variables for UTF-8.Ludovic Courtès2-0/+10
2007-08-09Added myself to `MAINTAINERS'.Ludovic Courtès2-0/+5
2007-08-092007-08-09 Michael Snyder <msnyder@access-company.com>Michael Snyder2-2/+22
* solib.c (solib_open): Memory leak -- openp returns xmalloc buffer.
2007-08-09 * solib-som.c (som_relocate_section_addresses): Stop savingJoel Brobecker2-7/+5
the $CODE$ section in the so_list structure.
2007-08-09*** empty log message ***gdbadmin1-1/+1
2007-08-082007-08-08 Maxim Grigoriev <maxim2405@gmail.com>Maxim Grigoriev3-7/+59
* xtensa-tdep.h (XTENSA_MAX_COPROCESSOR): New. (xtensa_register_group_t): Add entries for coprocessors. * xtensa-tdep.c (xtensa_init_reggroups): New register groups. (xtensa_add_reggroups): Likewise. (xtensa_register_reggroup_p): Likewise. (xtensa_coprocessor_register_group): New function. (xtensa_cp): New.
2007-08-082007-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>Jan Kratochvil2-1/+6
* serial.c (serial_open): Fix the OPEN parameter macro expansion.
2007-08-082007-08-08 Michael Snyder <msnyder@access-company.com>Michael Snyder2-2/+5
* target.c (target_read_string): Guard against null.
2007-08-082007-08-08 Michael Snyder <msnyder@access-company.com>Michael Snyder2-1/+4
* varobj.c (value_of_root): Move alloc after return to avoid leak.
2007-08-082007-08-08 Michael Snyder <msnyder@access-company.com>Michael Snyder2-5/+4
* tui/tui-layout.c (tui_set_layout): Dead code, dead variable.
2007-08-082007-08-08 Michael Snyder <msnyder@access-company.com>Michael Snyder2-1/+3
* top.c (command_line_input): Memory leak.
2007-08-082007-08-08 Michael Snyder <msnyder@access-company.com>Michael Snyder2-2/+7
* solib-svr4.c (open_symbol_file_object): Memory leak. (svr4_current_sos): Ditto. (enable_break): Ditto.
2007-08-082007-08-08 Michael Snyder <msnyder@access-company.com>Michael Snyder2-0/+3
* cp-valprint.c (cp_print_hpacc_virtual_table_entries): Memory leak.
2007-08-082007-08-08 Michael Snyder <msnyder@access-company.com>Michael Snyder2-5/+15
* dwarf2read.c (add_partial_symbol): Memory leak.
2007-08-08*** empty log message ***gdbadmin1-1/+1
2007-08-07*** empty log message ***gdbadmin1-1/+1
2007-08-062007-08-06 Michael Snyder <msnyder@access-company.com>Michael Snyder2-1/+5
* ada-lang.c (desc_bounds): Comparison of function address to NULL.
2007-08-06*** empty log message ***gdbadmin1-1/+1
2007-08-05* macroexp.c (init_buffer): Remove testing code that overrides theJim Blandy2-4/+8
caller's length guess. (gather_arguments): Use a larger initial size, now that the vector growth code has been exercised.
2007-08-05 * solib-target.c (solib_target_relocate_section_addresses): AddPedro Alves2-1/+7
orig_delta to addr_high.
2007-08-052007-08-04 Michael Snyder <msnyder@access-company.com>Michael Snyder2-0/+3
* remote-fileio.c (remote_fileio_func_write): Memory leak.
2007-08-052007-08-04 Michael Snyder <msnyder@access-company.com>Michael Snyder2-1/+3
* breakpoint.c (print_one_breakpoint): Off by one error.