This is the mail archive of the gdb-patches@sources.redhat.com mailing list for the GDB project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
This patch fixes two internal errors I was getting with inferior function calls. Gdb didn't know how to deal with enum parameters and reference parameters.
It also fixes some calls to malloc() failures. These were evident in tests that do stuff like p "foo" or p str_func ("foo") or even simple calls like p malloc(2).
Michal, can you verify on your platform? If it works for you I'll commit it.
Michal Ludvig -- * SuSE CR, s.r.o * mludvig at suse dot cz * (+420) 296.545.373 * http://www.suse.cz
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |