• R/O
  • HTTP
  • SSH
  • HTTPS

sourceware: List of commits

Yet another clone of sourceware.org.


RSS
Rev. Time Author
426fc42 2011-03-01 03:07:46 jkratoch

gdb/doc/
* gdb.texinfo (Tracepoint Conditions): Fix missing parenthesis.

4206657 2011-03-01 01:46:36 amodra

PR 12513
* archive.c (bfd_slurp_bsd_armap_f2): Sanity check parsed_size and
stringsize. Properly sanity check symdef_count. Remove redundant
bfd_release.

78b13e7 2011-02-28 22:45:59 amodra

* symbols.c (report_op_error): Remove unnecessary forward declaration.
Add "op" parameter. Report operator and operand segments in error
message, not operand symbols.
(resolve_symbol_value): Always set segment for equated symbols, not
just when finalizing. Adjust report_op_error calls.

275dd3a 2011-02-28 22:33:24 brobecke

add FALLTHROUGH comment in ada-exp.y:write_object_renaming

gdb/ChangeLog:

From Michael Snyder <msnyder@vmware.com>
* ada-exp.y (write_object_renaming): Add FALLTHROUGH comment.

2f6f00e 2011-02-28 22:20:29 jkratoch

gdb/gdbserver/
* hostio.c (require_data): Use free, not xfree.

65eeb6b 2011-02-28 22:08:51 brobecke

fix small error in gdb.texinfo (Inferiors and Programs)

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.

71e8855 2011-02-28 20:14:46 msnyder

2011-02-27 Michael Snyder <msnyder@vmware.com>

* objc-lang.c (selectors_info): Prevent string overrun.

67484b2 2011-02-28 19:46:50 msnyder

2011-02-27 Michael Snyder <msnyder@vmware.com>

* server.c (handle_query): Discard unused value.

21df04c 2011-02-28 18:20:44 msnyder

2011-02-27 Michael Snyder <msnyder@vmware.com>

* tui/tui-stack.c (tui_get_function_from_frame): Fix off by one
error in strncpy.

625bc96 2011-02-28 18:00:03 gdbadmin

*** empty log message ***

b8b7928 2011-02-28 17:32:04 msnyder

2011-02-27 Michael Snyder <msnyder@vmware.com>

* hostio.c (require_data): Free malloc memory before returning
error.

05f890a 2011-02-28 17:00:05 amodra

daily update

3cbb7c7 2011-02-28 16:11:06 msnyder

2011-02-27 Michael Snyder <msnyder@vmware.com>

* symtab.c (rbreak_command): Move variable 'file_name' to
outer scope.

e1c100c 2011-02-28 15:41:25 msnyder

2011-02-26 Michael Snyder <msnyder@vmware.com>

* linux-low.c (list_threads): Call closedir for dirent.

1616c4b 2011-02-28 15:33:10 msnyder

2011-02-27 Michael Snyder <msnyder@vmware.com>

* i386-low.c (i386-length_and_rw_bits): Comment the fact that
a case statement falls through.

21460b7 2011-02-28 15:24:26 msnyder

2011-02-27 Michael Snyder <msnyder@vmware.com>

* d-valprint.c (dynamic_array_type): Avoid shadowing a function
param with a local variable of the same name.

f20d046 2011-02-28 15:20:06 msnyder

2011-02-26 Michael Snyder <msnyder@vmware.com>

* linux-low.c (linux_xfer_siginfo): Fix fencepost error.

8d60863 2011-02-28 15:18:14 msnyder

2011-02-26 Michael Snyder <msnyder@vmware.com>

* linux-amd64-ipa.c (gdb_agent_get_raw_reg): Fix fencepost error
in comparison.

fba8a17 2011-02-28 14:57:14 msnyder

2011-02-24 Michael Snyder <msnyder@vmware.com>

* 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.

941368b 2011-02-28 14:49:24 msnyder

2011-02-25 Michael Snyder <msnyder@vmware.com>

* 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.

01edb1a 2011-02-28 10:25:37 msnyder

2011-02-27 Michael Snyder <msnyder@vmware.com>

* 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.

055d66d 2011-02-28 03:45:57 corinna

* autoload.cc (dll_load): Only call LoadLibraryExW with
DONT_RESOLVE_DLL_REFERENCES if a normal LoadLibrary call failed with
ERROR_INVALID_ADDRESS.
(LsaRegisterLogonProcess): Align comment to previous change.

005e93b 2011-02-27 19:54:30 msnyder

2011-02-26 Michael Snyder <msnyder@vmware.com>

* breakpoint.c (reattach_breakpoints): Avoid resource leak (ui_file).

e6c47d8 2011-02-27 18:59:04 msnyder

2011-02-26 Michael Snyder <msnyder@vmware.com>

* maint.c (maintenance_do_deprecate): Plug a memory leak.

82771e1 2011-02-27 18:01:12 msnyder

2011-02-26 Michael Snyder <msnyder@vmware.com>

* dwarf2loc.c (insert_bits): Avoid shadowing a function param
with a local variable of the same name.

e6d0a7d 2011-02-27 18:00:02 gdbadmin

*** empty log message ***

565d276 2011-02-27 17:49:19 msnyder

2011-02-26 Michael Snyder <msnyder@vmware.com>

* i387-tdep.c (i387_supply_fxsave): Avoid shadowing a function
param with a local variable of the same name.

df3b2a6 2011-02-27 17:45:01 msnyder

2011-02-26 Michael Snyder <msnyder@vmware.com>

* i387-tdep.c (i387_supply_xsave): Avoid shadowing a function
param with a local variable of the same name.

b176227 2011-02-27 17:34:42 msnyder

2011-02-26 Michael Snyder <msnyder@vmware.com>

* linux-low.c (linux_nat_xfer_osdata): Rename local variable so
that it does not shadow a function parameter.

f26b0ee 2011-02-27 17:30:32 cgf

* autoload.cc: Use LoadDLLfuncEx3 for all winmm functions. Accommodate changes
to LoadDLLprime.
(LoadDLLprime): Take an extra argument indicating whether this dll needs
special handling on fork. Place this information in the "handle" location.
(LoadDLLfuncEx3): Eliminate "func" handling. Pass new no_resolve_on_fork
argument to LoadDLLprime.
(dll_load): New function.
(std_dll_init): Accommodate changes to dll_info::handle. Use dll_load to load
DLL in both cases where it is used.

Show on old repository browser