-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Test that we can see the stackframe (including top frame var) of a st…
…epping process Summary: This checks in particular that we don't require to hit a user breakpoint in order to resolve variables (that used to be the case before the introduction of `edb_server_break:is_trapped`). We add a dummy function that computes some arithmetic to avoid the current quirks of stepping in recursive functions. Reviewed By: jcpetruzza Differential Revision: D68508670 fbshipit-source-id: c3c51b3a918bb89f3741e79e96ea97e0cabd0f85
- Loading branch information
1 parent
c9f4460
commit 08aa332
Showing
2 changed files
with
70 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters