Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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. | |||||
2007-08-01 | 2007-08-01 Michael Snyder <msnyder@access-company.com> | Michael Snyder | 2 | -13/+15 | |
* cli/cli-decode.c (lookup_cmd): Check for null earlier, to avoid dereference in lookup_cmd_1. | |||||
2007-08-01 | 2007-08-01 Michael Snyder <msnyder@access-company.com> | Michael Snyder | 3 | -20/+30 | |
* tui/tui-data.c (tui_alloc_content): Move assign out of if, clean up long lines. (tui_alloc_generic_win_info): Tidy by using XMALLOC macro. (tui_alloc_win_info): Ditto. (tui_add_content_elements): Ditto. * tui/tui-file.c (tui_file_magic): Ditto. | |||||
2007-08-01 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2007-07-31 | 2007-07-31 Michael Snyder <msnyder@access-company.com> | Michael Snyder | 2 | -1/+4 | |
* breakpoint.c (breakpoint_init_inferior): Add 'else' to 'if'. True and false paths are mutually exclusive. | |||||
2007-07-31 | 2007-07-31 Michael Snyder <msnyder@access-company.com> | Michael Snyder | 2 | -0/+3 | |
* event-top.c (command_line_handler): Add pedantic return. | |||||
2007-07-31 | 2007-07-31 Michael Snyder <msnyder@access-company.com> | Michael Snyder | 2 | -1/+7 | |
* f-valprint.c (info_common_command): Bail out to prevent null pointer deref. Break up a long line. | |||||
2007-07-31 | 2007-07-31 Michael Snyder <msnyder@access-company.com> | Michael Snyder | 2 | -1/+3 | |
* exec.c (xfer_memory): Remove redundant condition from 'if'. | |||||
2007-07-31 | 2007-07-31 Michael Snyder <msnyder@access-company.com> | Michael Snyder | 2 | -0/+4 | |
* symfile.c (reread_separate_symbols): Free xmalloced memory. | |||||
2007-07-31 | 2007-07-31 Michael Snyder <msnyder@access-company.com> | Michael Snyder | 2 | -12/+5 | |
* printcmd.c (build_address_symbolic): Remove dead code and dead variable. | |||||
2007-07-31 | * linespec.c (minsym_found): Advance to the next line if possible. | Daniel Jacobowitz | 6 | -2/+139 | |
* gdb.base/prologue.c, gdb.base/prologue.exp: New. * lib/gdb.exp (gdb_breakpoint): Handle "temporary". | |||||
2007-07-31 | * win32-low.c (winapi_CloseToolhelp32Snapshot) [_WIN32_WCE]: New | Pedro Alves | 2 | -15/+39 | |
typedef. (win32_CloseToolhelp32Snapshot) [_WIN32_WCE]: New global var. (load_toolhelp) [_WIN32_WCE]: Load TOOLHELP.DLL. Get CloseToolhelp32Snapshot. (toolhelp_get_dll_name) [_WIN32_WCE]: Close the snapshot with CloseToolhelp32Snapshot. | |||||
2007-07-31 | * arm-wince-tdep.c (arm_wince_init_abi): Remove svr4 related call. | Pedro Alves | 3 | -4/+7 | |
* config/arm/wince.mt (TDEPFILES): Remove solib-legacy.o and solib-svr4.o, and add solib-target.o | |||||
2007-07-31 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2007-07-30 | * gdb.base/dump.exp: Force the correct endianness for binary | Maciej W. Rozycki | 2 | -0/+31 | |
formats not carrying this information. | |||||
2007-07-30 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2007-07-29 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2007-07-28 | 2007-07-27 Michael Snyder <msnyder@access-company.com> | Michael Snyder | 2 | -1/+5 | |
* tui/tui-data.c (tui_alloc_generic_win_info): Wrong arg for sizeof. | |||||
2007-07-28 | *** empty log message *** | gdbadmin | 1 | -1/+1 | |
2007-07-27 | 2007-07-27 Michael Snyder <michael.snyder@access-company.com> | Michael Snyder | 2 | -2/+17 | |
* server.c (main): Check for inferior exit before main loop. | |||||
2007-07-27 | * gdb.threads/staticthreads.exp: Match .*sem_post. | Daniel Jacobowitz | 2 | -1/+5 | |