Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

bradjc
Copy link
Contributor

@bradjc bradjc commented May 24, 2023

Pull Request Overview

When we print process information include if there was a suitable credential that was validated when this process was loaded.

New print out looks like:

tock$ process crash_dummy
𝐀𝐩𝐩: crash_dummy   -   [Yielded]
 Events Queued: 0   Syscall Count: 6   Dropped Upcall Count: 0
 Restart Count: 0
 Last Syscall: Yield { which: 1, address: 0x0 }
 Completion Code: None
 Credential: None


 ╔═══════════╤══════════════════════════════════════════╗
 ║  Address  │ Region Name    Used | Allocated (bytes)  ║
 ╚0x20009000═╪══════════════════════════════════════════╝
             │ Grant Ptrs      112
             │ Upcalls         320
             │ Process         920
  0x20008AB8 ┼───────────────────────────────────────────
             │ ▼ Grant          16
  0x20008AA8 ┼───────────────────────────────────────────
             │ Unused
  0x200079F8 ┼───────────────────────────────────────────
             │ ▲ Heap            0 |   4272               S
  0x200079F8 ┼─────────────────────────────────────────── R
             │ Data            504 |    504               A
  0x20007800 ┼─────────────────────────────────────────── M
             │ ▼ Stack          88 |   2048
  0x200077A8 ┼───────────────────────────────────────────
             │ Unused
  0x20007000 ┴───────────────────────────────────────────
             .....
  0x00031000 ┬─────────────────────────────────────────── F
             │ App Flash      4016                        L
  0x00030050 ┼─────────────────────────────────────────── A
             │ Protected        80                        S
  0x00030000 ┴─────────────────────────────────────────── H

Testing Strategy

Using the process console.

TODO or Help Wanted

n/a

Documentation Updated

  • Updated the relevant files in /docs, or no updates are required.

Formatting

  • Ran make prepush.

When we print process information include if there was a suitable
credential that was validated when this process was loaded.
Copy link
Member

@ppannuto ppannuto left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

bors r+

@bors
Copy link
Contributor

bors bot commented May 30, 2023

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here.
For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

@bors bors bot merged commit 589c78a into master May 30, 2023
@bors bors bot deleted the process-print-credential branch May 30, 2023 19:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants