Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-08-13 | * config/default.exp: New file. | Daniel Jacobowitz | 2 | -0/+22 | |
2007-08-13 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2007-08-12 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2007-08-11 | 2007-08-11 Michael Snyder <msnyder@access-company.com> | Michael Snyder | 2 | -4/+8 | |
* completer.c: Spelling fix in comments. | |||||
2007-08-11 | 2007-08-10 Michael Snyder <msnyder@access-company.com> | Michael Snyder | 2 | -14/+15 | |
* gdbtypes.c: Coding standard cleanup. | |||||
2007-08-11 | 2007-08-10 Michael Snyder <msnyder@access-company.com> | Michael Snyder | 2 | -368/+476 | |
* gdbtypes.c: Comment/whitespace cleanup. | |||||
2007-08-11 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2007-08-10 | 2007-08-10 Michael Snyder <msnyder@access-company.com> | Michael Snyder | 2 | -1/+5 | |
* stabsread.c (read_huge_number): Attempt to compute value before values that it depends on. | |||||
2007-08-10 | 2007-08-10 Michael Snyder <msnyder@access-company.com> | Michael Snyder | 2 | -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-10 | 2007-08-10 Michael Snyder <msnyder@access-company.com> | Michael Snyder | 2 | -0/+3 | |
* mi/mi-main.c (mi_cmd_data_evaluate_expression): Resource leak. | |||||
2007-08-10 | 2007-08-10 Michael Snyder <msnyder@access-company.com> | Michael Snyder | 2 | -1/+6 | |
* mi/mi-cmd-var.c (mi_cmd_var_list_children): Memory leak. | |||||
2007-08-10 | 2007-08-10 Michael Snyder <msnyder@access-company.com> | Michael Snyder | 2 | -1/+4 | |
* solib-svr4.c (enable_break): Don't free tmp_pathname until after closing bfd. | |||||
2007-08-10 | 2007-08-10 Michael Snyder <msnyder@access-company.com> | Michael Snyder | 2 | -19/+24 | |
* completer.c: Comment/whitespace cleanup. | |||||
2007-08-10 | * Makefile.in (i386nbsd-nat.o): Add missing dependency. | Joel Brobecker | 2 | -2/+7 | |
2007-08-10 | 2007-08-10 Maxim Grigoriev <maxim2405@gmail.com> | Maxim Grigoriev | 2 | -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 Brobecker | 2 | -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 *** | gdbadmin | 1 | -1/+1 | |
2007-08-09 | Re-instated Guile/Scheme support. | Ludovic Courtès | 8 | -0/+1690 | |
2007-08-09 | Add Emacs local variables for UTF-8. | Ludovic Courtès | 2 | -0/+10 | |
2007-08-09 | Added myself to `MAINTAINERS'. | Ludovic Courtès | 2 | -0/+5 | |
2007-08-09 | 2007-08-09 Michael Snyder <msnyder@access-company.com> | Michael Snyder | 2 | -2/+22 | |
* solib.c (solib_open): Memory leak -- openp returns xmalloc buffer. | |||||
2007-08-09 | * solib-som.c (som_relocate_section_addresses): Stop saving | Joel Brobecker | 2 | -7/+5 | |
the $CODE$ section in the so_list structure. | |||||
2007-08-09 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2007-08-08 | 2007-08-08 Maxim Grigoriev <maxim2405@gmail.com> | Maxim Grigoriev | 3 | -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-08 | 2007-08-08 Jan Kratochvil <jan.kratochvil@redhat.com> | Jan Kratochvil | 2 | -1/+6 | |
* serial.c (serial_open): Fix the OPEN parameter macro expansion. | |||||
2007-08-08 | 2007-08-08 Michael Snyder <msnyder@access-company.com> | Michael Snyder | 2 | -2/+5 | |
* target.c (target_read_string): Guard against null. | |||||
2007-08-08 | 2007-08-08 Michael Snyder <msnyder@access-company.com> | Michael Snyder | 2 | -1/+4 | |
* varobj.c (value_of_root): Move alloc after return to avoid leak. | |||||
2007-08-08 | 2007-08-08 Michael Snyder <msnyder@access-company.com> | Michael Snyder | 2 | -5/+4 | |
* tui/tui-layout.c (tui_set_layout): Dead code, dead variable. | |||||
2007-08-08 | 2007-08-08 Michael Snyder <msnyder@access-company.com> | Michael Snyder | 2 | -1/+3 | |
* top.c (command_line_input): Memory leak. | |||||
2007-08-08 | 2007-08-08 Michael Snyder <msnyder@access-company.com> | Michael Snyder | 2 | -2/+7 | |
* solib-svr4.c (open_symbol_file_object): Memory leak. (svr4_current_sos): Ditto. (enable_break): Ditto. | |||||
2007-08-08 | 2007-08-08 Michael Snyder <msnyder@access-company.com> | Michael Snyder | 2 | -0/+3 | |
* cp-valprint.c (cp_print_hpacc_virtual_table_entries): Memory leak. | |||||
2007-08-08 | 2007-08-08 Michael Snyder <msnyder@access-company.com> | Michael Snyder | 2 | -5/+15 | |
* dwarf2read.c (add_partial_symbol): Memory leak. | |||||
2007-08-08 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2007-08-07 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2007-08-06 | 2007-08-06 Michael Snyder <msnyder@access-company.com> | Michael Snyder | 2 | -1/+5 | |
* ada-lang.c (desc_bounds): Comparison of function address to NULL. | |||||
2007-08-06 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2007-08-05 | * macroexp.c (init_buffer): Remove testing code that overrides the | Jim Blandy | 2 | -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): Add | Pedro Alves | 2 | -1/+7 | |
orig_delta to addr_high. | |||||
2007-08-05 | 2007-08-04 Michael Snyder <msnyder@access-company.com> | Michael Snyder | 2 | -0/+3 | |
* remote-fileio.c (remote_fileio_func_write): Memory leak. | |||||
2007-08-05 | 2007-08-04 Michael Snyder <msnyder@access-company.com> | Michael Snyder | 2 | -1/+3 | |
* breakpoint.c (print_one_breakpoint): Off by one error. | |||||
2007-08-05 | 2007-08-04 Michael Snyder <msnyder@access-company.com> | Michael Snyder | 2 | -2/+10 | |
* tracepoint.c (add_register): Off by one error. (stringify_collection_list): Free malloc buffer. | |||||
2007-08-05 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2007-08-04 | 2007-08-03 Michael Snyder <msnyder@access-company.com> | Michael Snyder | 2 | -5/+6 | |
* mi-cmd-var.c (mi_cmd_var_delete): Remove unused variable, stop memory leak, straighten out cleanups. | |||||
2007-08-04 | 2007-08-03 Michael Snyder <msnyder@access-company.com> | Michael Snyder | 2 | -1/+7 | |
* jv-lang.c (java_link_class_type): Guard against NULL. | |||||
2007-08-04 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2007-08-03 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2007-08-02 | 2007-08-02 Michael Snyder <msnyder@access-company.com> | Michael Snyder | 2 | -4/+6 | |
* gdbtypes.c (create_set_type): Test should only be done within the preceeding if block. Otherwise, variable is uninitialized. | |||||
2007-08-02 | 2007-08-02 Michael Snyder <msnyder@access-company.com> | Michael Snyder | 2 | -0/+6 | |
* gdbtypes.c (check_typedef): Guard NULL. | |||||
2007-08-02 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2007-08-01 | 2007-08-01 Michael Snyder <msnyder@access-company.com> | Michael Snyder | 2 | -0/+5 | |
* remote-utils.c (putpkt_binary): Memory leak, free buf2. |