Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
* dbxread.c (read_dbx_symtab): Discard unused value.
|
|
* eval.c (evaluate_subexp_standard): Delete unused variable,
and discard unused values.
|
|
* infcmd.c (_initialize_infcmd): Discard unused values.
|
|
* stabsread.c (rs6000_builtin_type): Missing break statement.
|
|
* dbxread.c (process_one_symbol): Discard unused value.
|
|
* coffread.c (coff_end_symtab): Delete unused variable.
|
|
* dwarf2read.c (dw2_get_file_names): Discard unused value.
(dwarf2_add_typedef): Delete unused variable.
(read_namespace): Ditto.
(dwarf_decode_macros): Ditto.
|
|
* m2-lang.c (evaluate_subexp_modula2): Discard unused variable.
|
|
* opencl-lang.c (evaluate_subexp_opencl): Discard unused value.
|
|
* p-valprint.c (pascal_val_print): Discard unused value.
|
|
* utils.c (nquery): Call va_end before return;
(yquery): Ditto.
(query): Ditto.
|
|
* proc-service.c (ps_plog): Call va_end before return.
|
|
* utils.c (decimal2str): Initialize 'width' to nine, then
don't mess with it.
|
|
(_initialize_python): Initialize it.
* python/python-internal.h (gdbpy_value_cst): Declare.
* python/py-value.c (convert_value_from_python): Use
gdbpy_value_cst.
|
|
* gdb.cp/overload.cc: Change initializer value to integer.
|
|
* python/py-cmd.c (cmdpy_init): Fix memory leak.
|
|
* breakpoint.c (catch_syscall_completer): Free malloced list.
|
|
* jv-lang.c (java_primitive_type_from_name): Add missing break.
|
|
* opencl-lang.c (lval_func_check_validity): Rename inner variables.
(lval_func_check_synthetic_pointer): Ditto.
|
|
* opencl-lang.c (lval_func_free_closure): Fix use-after-free.
|
|
* python/py-param.c (set_parameter_value): Add missing
break statement.
|
|
ALL_OBJFILE_PSYMTABS.
|
|
* objc-lang.c (selectors_info): Error on too long REGEXP.
|
|
* linux-record.c (record_linux_system_call): Add missing
break statement.
|
|
argument PRINT_ADDRESS_BITS. Update callers.
(print_one_breakpoint): Likewise.
|
|
|
|
(print_breakpoint_location): Use it instead of WRAP_INDENT argument.
Allocate ui_stream locally instead of using STB argument.
(print_one_breakpoint_location): Update call.
* ui-out.c (ui_out_query_field): New function.
* ui-out.h (ui_out_query_field): Add prototype.
|
|
* gdb.texinfo (Starting and Stopping Trace Experiments): Fix
circular-trace-buffer name.
|
|
* gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
|
|
gdb/ChangeLog:
From Michael Snyder <msnyder@vmware.com>
* ada-exp.y (write_object_renaming): Add FALLTHROUGH comment.
|
|
* hostio.c (require_data): Use free, not xfree.
|
|
I noticed this error because the nightly snapshot script failed...
gdb/doc/ChangeLog:
* gdb.texinfo (Inferiors and Programs): Fix small error introduced
in the previous change.
|
|
* objc-lang.c (selectors_info): Prevent string overrun.
|
|
* server.c (handle_query): Discard unused value.
|
|
* tui/tui-stack.c (tui_get_function_from_frame): Fix off by one
error in strncpy.
|
|
|
|
* hostio.c (require_data): Free malloc memory before returning
error.
|
|
* symtab.c (rbreak_command): Move variable 'file_name' to
outer scope.
|
|
* linux-low.c (list_threads): Call closedir for dirent.
|
|
* i386-low.c (i386-length_and_rw_bits): Comment the fact that
a case statement falls through.
|
|
* d-valprint.c (dynamic_array_type): Avoid shadowing a function
param with a local variable of the same name.
|
|
* linux-low.c (linux_xfer_siginfo): Fix fencepost error.
|
|
* linux-amd64-ipa.c (gdb_agent_get_raw_reg): Fix fencepost error
in comparison.
|
|
* value.c (value_from_history_ref): New function.
* value.h (value_from_history_ref): Export.
* cli/cli-utils.c (get_number_trailer): Use value_from_history_ref
to parse value history references.
* cli/cli-utils.h (get_number_trailer): Update comment.
2011-02-24 Michael Snyder <msnyder@vmware.com>
* gdb.base/break.exp: Add tests for delete breakpoints using
convenience variables and value history references.
|
|
* inferior.c (detach_inferior_command): Use get_number_or_range.
(kill_inferior_command): Ditto.
(remove_inferior_command): Ditto.
(initialize_inferiors): Make command names plural.
Update help strings.
2011-02-25 Michael Snyder <msnyder@vmware.com>
* gdb.texinfo (Inferiors and Programs): Update commands to show
that they can accept multiple arguments.
2011-02-25 Michael Snyder <msnyder@vmware.com>
* gdb.multi/base.exp: Add test for remove-inferiors.
|
|
* darwin-nat-info.c: Fix comment typo.
* dwarf2expr.h: Ditto.
* fbsd-nat.c: Ditto.
* fbsd-nat.h: Ditto.
* frame-unwind.h: Ditto.
* frame.h: Ditto.
* hppa-hpux-tdep.c: Ditto.
* i386-linux-nat.c: Ditto.
* linux-nat.c: Ditto.
* nbsd-nat.c: Ditto.
* nbsd-nat.h: Ditto.
* ppc-linux-tdep.c: Ditto.
* serial.c: Ditto.
* ui-file.h: Ditto.
* tui/tui-winsource.c: Ditto.
|
|
* breakpoint.c (reattach_breakpoints): Avoid resource leak (ui_file).
|
|
* maint.c (maintenance_do_deprecate): Plug a memory leak.
|
|
* dwarf2loc.c (insert_bits): Avoid shadowing a function param
with a local variable of the same name.
|