aboutsummaryrefslogtreecommitdiff
path: root/gdb
AgeCommit message (Collapse)AuthorFilesLines
2011-02-282011-02-28 Michael Snyder <msnyder@vmware.com>Michael Snyder2-2/+4
* python/py-param.c (set_parameter_value): Add missing break statement.
2011-02-28 * psymtab.c (expand_partial_symbol_tables): UseTom Tromey2-3/+6
ALL_OBJFILE_PSYMTABS.
2011-02-28gdb/Jan Kratochvil2-1/+7
* objc-lang.c (selectors_info): Error on too long REGEXP.
2011-02-282011-02-28 Michael Snyder <msnyder@vmware.com>Michael Snyder2-0/+7
* linux-record.c (record_linux_system_call): Add missing break statement.
2011-02-28 * breakpoint.c (print_one_breakpoint_location): Remove unusedUlrich Weigand2-10/+10
argument PRINT_ADDRESS_BITS. Update callers. (print_one_breakpoint): Likewise.
2011-02-28 * hostio.c (require_data): Free *data, not data.Ulrich Weigand2-1/+5
2011-02-28 * breakpoint.c (wrap_indent_at_field): New function.Ulrich Weigand4-20/+75
(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.
2011-02-28gdb/doc/Jan Kratochvil2-1/+4
* gdb.texinfo (Starting and Stopping Trace Experiments): Fix circular-trace-buffer name.
2011-02-28gdb/doc/Jan Kratochvil2-1/+5
* gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.
2011-02-28add FALLTHROUGH comment in ada-exp.y:write_object_renamingJoel Brobecker2-0/+6
gdb/ChangeLog: From Michael Snyder <msnyder@vmware.com> * ada-exp.y (write_object_renaming): Add FALLTHROUGH comment.
2011-02-28gdb/gdbserver/Jan Kratochvil2-1/+5
* hostio.c (require_data): Use free, not xfree.
2011-02-28fix small error in gdb.texinfo (Inferiors and Programs)Joel Brobecker2-1/+6
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.
2011-02-282011-02-27 Michael Snyder <msnyder@vmware.com>Michael Snyder2-1/+3
* objc-lang.c (selectors_info): Prevent string overrun.
2011-02-282011-02-27 Michael Snyder <msnyder@vmware.com>Michael Snyder2-1/+3
* server.c (handle_query): Discard unused value.
2011-02-282011-02-27 Michael Snyder <msnyder@vmware.com>Michael Snyder2-1/+4
* tui/tui-stack.c (tui_get_function_from_frame): Fix off by one error in strncpy.
2011-02-28*** empty log message ***gdbadmin1-1/+1
2011-02-272011-02-27 Michael Snyder <msnyder@vmware.com>Michael Snyder2-1/+9
* hostio.c (require_data): Free malloc memory before returning error.
2011-02-272011-02-27 Michael Snyder <msnyder@vmware.com>Michael Snyder2-2/+4
* symtab.c (rbreak_command): Move variable 'file_name' to outer scope.
2011-02-272011-02-26 Michael Snyder <msnyder@vmware.com>Michael Snyder2-0/+5
* linux-low.c (list_threads): Call closedir for dirent.
2011-02-272011-02-27 Michael Snyder <msnyder@vmware.com>Michael Snyder2-0/+4
* i386-low.c (i386-length_and_rw_bits): Comment the fact that a case statement falls through.
2011-02-272011-02-27 Michael Snyder <msnyder@vmware.com>Michael Snyder2-5/+10
* d-valprint.c (dynamic_array_type): Avoid shadowing a function param with a local variable of the same name.
2011-02-272011-02-26 Michael Snyder <msnyder@vmware.com>Michael Snyder2-1/+3
* linux-low.c (linux_xfer_siginfo): Fix fencepost error.
2011-02-272011-02-26 Michael Snyder <msnyder@vmware.com>Michael Snyder2-1/+6
* linux-amd64-ipa.c (gdb_agent_get_raw_reg): Fix fencepost error in comparison.
2011-02-272011-02-24 Michael Snyder <msnyder@vmware.com>Michael Snyder8-35/+241
* 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.
2011-02-272011-02-25 Michael Snyder <msnyder@vmware.com>Michael Snyder6-59/+140
* 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.
2011-02-272011-02-27 Michael Snyder <msnyder@vmware.com>Michael Snyder16-16/+34
* 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.
2011-02-272011-02-26 Michael Snyder <msnyder@vmware.com>Michael Snyder2-1/+4
* breakpoint.c (reattach_breakpoints): Avoid resource leak (ui_file).
2011-02-272011-02-26 Michael Snyder <msnyder@vmware.com>Michael Snyder2-0/+5
* maint.c (maintenance_do_deprecate): Plug a memory leak.
2011-02-272011-02-26 Michael Snyder <msnyder@vmware.com>Michael Snyder2-4/+7
* dwarf2loc.c (insert_bits): Avoid shadowing a function param with a local variable of the same name.
2011-02-27*** empty log message ***gdbadmin1-1/+1
2011-02-262011-02-26 Michael Snyder <msnyder@vmware.com>Michael Snyder2-4/+5
* i387-tdep.c (i387_supply_fxsave): Avoid shadowing a function param with a local variable of the same name.
2011-02-262011-02-26 Michael Snyder <msnyder@vmware.com>Michael Snyder2-2/+5
* i387-tdep.c (i387_supply_xsave): Avoid shadowing a function param with a local variable of the same name.
2011-02-262011-02-26 Michael Snyder <msnyder@vmware.com>Michael Snyder2-4/+7
* linux-low.c (linux_nat_xfer_osdata): Rename local variable so that it does not shadow a function parameter.
2011-02-262011-02-26 Michael Snyder <msnyder@vmware.com>Michael Snyder2-0/+4
* i386-nat.c (i386_length_and_rw_bits): Document that case statement is meant to fall through.
2011-02-262011-02-26 Michael Snyder <msnyder@vmware.com>Michael Snyder2-0/+5
* expprint.c (dump_subexp_body_standard): Document that case statement is meant to fall through.
2011-02-262011-02-26 Michael Snyder <msnyder@vmware.com>Michael Snyder2-19/+23
* amd64-linux-tdep.c (amd64_linux_syscall_record): Delete dead if statement. Condition can't be false.
2011-02-262011-02-26 Michael Snyder <msnyder@vmware.com>Michael Snyder2-7/+12
* utils.c (decimal2str): Eliminate dead code and dead param. (pulongest): Drop dead param from call to decimal2str. (plongest): Ditto.
2011-02-26use prepare_for_testing in gdb.python/py-frame.expJoel Brobecker2-10/+6
gdb/testsuite/ChangeLog: * gdb.python/py-frame.exp: Simplify the initialization phase using prepare_for_testing.
2011-02-262011-02-25 Michael Snyder <msnyder@vmware.com>Michael Snyder33-67/+101
* arm-tdep.c: Fix typos in comments. * bsd-uthread.c: Ditto. * completer.c: Ditto. * corelow.c: Ditto. * cp-namespace.c: Ditto. * cp-support.c: Ditto. * cris-tdep.c: Ditto. * dbxread.c: Ditto. * dwarf2read.c: Ditto. * frame.h: Ditto. * gdbtypes.h: Ditto. * inferior.h: Ditto. * mdebugread.c: Ditto. * mips-tdep.c: Ditto. * ppc-linux-nat.c: Ditto. * ppc-linux-tdep.c: Ditto. * printcmd.c: Ditto. * sol-thread.c: Ditto. * solib-frv.c: Ditto. * solist.h: Ditto. * sparc64-tdep.c: Ditto. * spu-tdep.c: Ditto. * stabsread.c: Ditto. * symfile.c: Ditto. * valops.c: Ditto. * varobj.c: Ditto. * vax-nat.c: Ditto. * python/py-block.c: Ditto. * python/py-symbol.c: Ditto. * python/py-symtab.c: Ditto. * python/py-value.c: Ditto. * tui/tui-win.c: Ditto.
2011-02-26*** empty log message ***gdbadmin1-1/+1
2011-02-252011-02-25 Michael Snyder <msnyder@vmware.com>Michael Snyder5-24/+78
* inferior.c (print_inferior): Accept a string instead of an int for requested_inferiors, and use get_number_or_range to parse it. (info_inferiors_command): Pass args string to print_inferior. (initialize_inferiors): Change help string for info inferiors. * inferior.h (print_inferior): Export prototype change. 2011-02-25 Michael Snyder <msnyder@vmware.com> * gdb.multi/base.exp: Add tests for info inferiors with args.
2011-02-25 * common/ax.def (invalid2): Set to 0x31.Tom Tromey2-1/+5
2011-02-25gdb/Jan Kratochvil2-14/+18
* dwarf2loc.c (disassemble_dwarf_expression) <DW_OP_breg[0-9]+>: Use L and plongest. (disassemble_dwarf_expression) <DW_OP_bregx>: Drop variable offset, use L and plongest. (disassemble_dwarf_expression) <DW_OP_fbreg>: Use L and plongest.
2011-02-25gdb/testsuite/Jan Kratochvil6-89/+94
* gdb.dwarf2/dw2-ranges.S: Rename to ... * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C. * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled. Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and asmfile3. Comment the STABS (#3) file compilation. Compile everything through assembler. Provide KFAIL for symtab/12497. * gdb.dwarf2/dw2-ranges2.S: Rename to ... * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C. * gdb.dwarf2/dw2-ranges3.S: Rename to ... * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
2011-02-25*** empty log message ***gdbadmin1-1/+1
2011-02-242011-02-24 Michael Snyder <msnyder@vmware.com>Michael Snyder2-2/+5
* gdb.base/break.exp: Remove debugging 'printf' accidentally left behind in previous check-in.
2011-02-242011-02-24 Michael Snyder <msnyder@vmware.com>Michael Snyder2-1/+6
* Makefile.in (clean): Make clean should remove generated files observer.h and observer.inc.
2011-02-24Revert the following change (not approved yet):Joel Brobecker10-209/+44
2011-02-21 Hui Zhu <teawater@gmail.com> * Makefile.in (HFILES_NO_SRCDIR): Add printcmd.h. * ax-gdb.c (gen_printf_expr_callback): New function. * ax-gdb.h (gen_printf_expr_callback): Forward declare. * ax-general.c (ax_memcpy): New function. (ax_print): Handle "printf". (ax_reqs): Ditto. * ax.h (ax_memcpy): Forward declare. * common/ax.def (invalid2): Removed. (printf): New entry. * printcmd.c (printcmd.h): New include. (string_printf): New function. (ui_printf): Removed. (printf_command): Remove static. Call string_printf. (eval_command): Call string_printf. * printcmd.h: New file. * tracepoint.c (validate_actionline, encode_actions_1): handle printf_command.
2011-02-24Revert the following patch (printf tracepoint op) (not approved yet)Joel Brobecker2-44/+7
2011-02-21 Hui Zhu <teawater@gmail.com> * tracepoint.c (tp_printf): New function. (eval_agent_expr): Handle gdb_agent_op_printf.
2011-02-24Revert the following patch (code patch was not approved):Joel Brobecker3-13/+7
2011-02-21 Hui Zhu <teawater@gmail.com> * agentexpr.texi (bytecode descriptions): add printf. * gdb.texinfo (tracepoint action lists): add printf.