Skip to content

Commit

Permalink
remove reference to TPIU and ETM LAR's per #156
Browse files Browse the repository at this point in the history
  • Loading branch information
mubes committed Oct 27, 2024
1 parent 7eff039 commit 62b3a29
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Support/gdbtrace.init
Original file line number Diff line number Diff line change
Expand Up @@ -994,8 +994,6 @@ define _doTRACE
# Must be called with $bits containing number of bits to set trace for

set *($ITMBASE+0xfb0) = 0xc5acce55
set *($ETMBASE+0xfb0) = 0xc5acce55
set *($TPIUBASE+0xfb0) = 0xc5acce55

# Set port size (TPIU_CSPSR)
set *($TPIUBASE+4) = (1<<$bits)
Expand Down

0 comments on commit 62b3a29

Please sign in to comment.