- Added missing functions
library.t32_gettracestate
andlibrary.t32_readtrace
- Changed logger name to "lauterbach.trace32.rcl"
- Fixed error related functions to not use dbg.fnc(), otherwise the error state is reset. Affected functions:
- def error_address(self) -> Address: (dropped)
- def error_cmdline(self) -> str:
- def error_fileline(self) -> int: (dropped)
- def error_filename(self) -> str: (dropped)
- def error_firstid(self) -> str:
- def error_id(self) -> str:
- def error_message(self) -> str:
- def error_occurred(self) -> bool:
- def error_position(self) -> int: (dropped)
- Fixed missing breakpoint actions
WATCH
,TRACEENABLE
,TRACEDATA
,TRACEON
,TRACEOFF
andTRACETRIGGER
- Fixed missing module level export of
hexversion()
- Fixed missing module level exports of
version
and multiple exceptions - Fixed breakpoint core and size parameters
- Added
ConnectionError
as baseclass ofApiConnectionError
Various bugfixes
Various bugfixes
Various bugfixes
Various bugfixes
Various bugfixes
Initial release