etagle
|
8934a2c49b
|
Added some missing Thumb instructions to the traceback follower, so now it is able to traceback through switch() statements
|
2018-03-27 04:30:38 -03:00 |
|
etagle
|
328edea03a
|
Several fixes to the backtracer. Tested ant it works
|
2018-03-26 03:42:54 -03:00 |
|
ejtagle
|
9a24c0ae3f
|
Tons of fixes to the backtracker code, and also added an extra backtracker that does not require unwind tables to work and it is used if unwind tables are absent
|
2018-03-25 00:52:04 -03:00 |
|
etagle
|
c3b23974bd
|
Added detection of case when no unwind tables are available
|
2018-03-23 05:22:45 -03:00 |
|
etagle
|
b210bdf032
|
Now the Crash reporter uses the configured BAUDRATE to send the report through the Programming port. And also shows the traceback of functions as discussed. For that latest feature to work, you need to compile the project with -funwind-tables and -mpoke-function-name compiler flags
|
2018-03-22 03:34:03 -03:00 |
|