Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

try all triggers when setting itrigger/etrigger/icount breakpoints #1128

Open
wants to merge 3 commits into
base: riscv
Choose a base branch
from

Commits on Sep 5, 2024

  1. target/riscv: try all triggers when setting itrigger/etrigger/icount …

    …breakpoints
    
    different triggers may have different capabilities so we'd better to
    try them all
    
    Signed-off-by: Parshintsev Anatoly <[email protected]>
    aap-sc committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    c0f689d View commit details
    Browse the repository at this point in the history
  2. target/riscv: do not check tdata1 readback when trigger is disabled

    when trigger is disabled - there is no point in reading the value back
    
    Signed-off-by: Parshintsev Anatoly <[email protected]>
    aap-sc committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    567b3d6 View commit details
    Browse the repository at this point in the history
  3. target/riscv: simplify remove_trigger procedure

    add more rigorous error-checking
    
    Signed-off-by: Parshintsev Anatoly <[email protected]>
    aap-sc committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    e6d4761 View commit details
    Browse the repository at this point in the history