929bd57ca202fd2f2e8485ebf65d683e664f67b5 |
|
17-Dec-2012 |
Petr Machata <pmachata@redhat.com> |
struct Process becomes struct process This is for consistency with other structures, and ultimately with Linux coding style. The typedef ("Process") was dropped as well for this reason. This opportunity was used to fix coding style around the impacted lines.
/external/ltrace/sysdeps/linux-gnu/m68k/fetch.c
|
0ffa9f3f82febbcd475318ac282c456adb76c73c |
|
30-Oct-2012 |
Petr Machata <pmachata@redhat.com> |
Call value_in_inferior instead of setting WHERE manually On x86_64, this plugs a leak.
/external/ltrace/sysdeps/linux-gnu/m68k/fetch.c
|
5b5c256d0e9076e745908a43acc46353265a5608 |
|
04-Oct-2012 |
Edgar E. Iglesias <edgar@axis.com> |
Abort on unsupported value types in the backends Makes it easier to add new types. Signed-off-by: Edgar E. Iglesias <edgar@axis.com>
/external/ltrace/sysdeps/linux-gnu/m68k/fetch.c
|
5371a73782447ffa19c0183ad55b6d0936c19e8a |
|
13-Sep-2012 |
Andreas Schwab <schwab@linux-m68k.org> |
Add fetch back end for m68k This ports the m68k backend to ARCH_HAVE_FETCH_ARG, which fixes all remaining testsuite failures.
/external/ltrace/sysdeps/linux-gnu/m68k/fetch.c
|