compute-runtime/shared/source/debugger
Maciej Bielski 0d0d6a300e Debugger: simplify captureStateBaseAddress()
So far captureStateBaseAddress() was a wrapper around
programSbaTrackingCommands(), doing an additional checking before
calling the latter. The checking is apparently no longer relevant, so
unify the distinction and remove part of the code which is no longer
needed.

In practice, keep the captureStateBaseAddress() while moving the body of
programSbaTrackingCommands() into it. This imposes lower diff-impact
onto the class hierarchy. Remove the second function. Simplify the
caller which had to distinct these two functions previously.

Related-To: NEO-6774
Signed-off-by: Maciej Bielski <maciej.bielski@intel.com>
2022-09-13 17:08:31 +02:00
..
linux L0Debug - fixes for ZE AFFINITY MASK 2022-08-31 11:43:19 +02:00
windows L0Debug Win: Always generate module create/destroy events 2022-08-24 14:58:30 +02:00
CMakeLists.txt Move DebuggerL0 to shared 2022-06-23 10:05:45 +02:00
debugger.cpp Add debug variable to enable source level debugger 2021-12-10 13:18:21 +01:00
debugger.h Refactor debugger code 2022-04-21 13:04:34 +02:00
debugger_l0.cpp Debugger: simplify captureStateBaseAddress() 2022-09-13 17:08:31 +02:00
debugger_l0.h Debugger: simplify captureStateBaseAddress() 2022-09-13 17:08:31 +02:00
debugger_l0.inl Debugger: simplify captureStateBaseAddress() 2022-09-13 17:08:31 +02:00
debugger_l0_base.inl Move DebuggerL0 to shared 2022-06-23 10:05:45 +02:00
debugger_l0_tgllp_and_later.inl Add debug key to disable SBA tracking commands in single address space 2022-07-20 08:34:48 +02:00