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

Add PCD flag to allow disabling debugger polling #60

Merged
merged 2 commits into from
Sep 17, 2024

Conversation

cfernald
Copy link
Contributor

Description

Adds a flag to the debugger PCD and HOB to allow polling for break from the debugger. This may be necissary for scenarios where the debugger and console share a serial port so that they do not contend over input while the debugger is not broken-in.

  • Impacts functionality?
  • Impacts security?
  • Breaking change?
  • Includes tests?
  • Includes documentation?

@cfernald cfernald requested review from os-d and apop5 September 17, 2024 22:02
@cfernald cfernald merged commit 347ae2a into microsoft:main Sep 17, 2024
10 checks passed
ProjectMuBot referenced this pull request in microsoft/mu_tiano_platforms Sep 25, 2024
Introduces 6 new commits in [Features/DEBUGGER](https://github.com/microsoft/mu_feature_debugger.git).

<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/microsoft/mu_feature_debugger/commit/570fb67e87c95ec95d97bf90ebc418a4524b50c2">570fb6</a> Repo File Sync: Update PR template text (<a href="https://github.com/microsoft/mu_feature_debugger/pull/54">#54</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_debugger/commit/24f5ebe0782b35e13e1529c405f94f9d776feae9">24f5eb</a> Still break into the debugger on unknown exception handlers (<a href="https://github.com/microsoft/mu_feature_debugger/pull/55">#55</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_debugger/commit/347ae2a7aa7fcc98df185f1dd131c8c005c0c813">347ae2</a> Add PCD flag to allow disabling debugger polling (<a href="https://github.com/microsoft/mu_feature_debugger/pull/60">#60</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_debugger/commit/efde7540632fd985654cdd204b97595c0dcb99e3">efde75</a> pip: update edk2-pytool-library requirement from ~=0.21.10 to ~=0.21.11 (<a href="https://github.com/microsoft/mu_feature_debugger/pull/61">#61</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_debugger/commit/0953bfec9552890a71b527081d8289c2ce673151">0953bf</a> Repo File Sync: Run CodeQL on dev/* branches (<a href="https://github.com/microsoft/mu_feature_debugger/pull/62">#62</a>)</li>
<li><a href="https://github.com/microsoft/mu_feature_debugger/commit/08e01ab5c51b41f8dd1aa35328c1227b8a3047ac">08e01a</a> Repo File Sync: Update Mu DevOps and container version (<a href="https://github.com/microsoft/mu_feature_debugger/pull/63">#63</a>)</li>
</ul>
</details>

Signed-off-by: Project Mu Bot <mubot@microsoft.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants