[binutils-gdb] Class-ify lm_info_windows
sergiodj+buildbot@sergiodj.net
sergiodj+buildbot@sergiodj.net
Sat Apr 29 06:57:00 GMT 2017
*** TEST RESULTS FOR COMMIT f8fdb78eafb3f70661f6e4a43beb004dde9e0921 ***
Author: Simon Marchi <simon.marchi@ericsson.com>
Branch: master
Commit: f8fdb78eafb3f70661f6e4a43beb004dde9e0921
Class-ify lm_info_windows
This patch makes lm_info_windows a "real" class. It initializes the field
and replaces XCNEW/xfree with new/delete.
gdb/ChangeLog:
* windows-nat.c (struct lm_info_windows): Initialize field.
(windows_make_so): Allocate lm_info_windows with new.
(windows_free_so): Free lm_info_windows with delete.
More information about the Gdb-testers
mailing list