Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
perf-instrumentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Automate
Agent sessions
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
safedocs-ta2-profiling
perf-instrumentation
Commits
Commits · 1ee435f7f42691d4f2ae365d0f3b07fe771a5c31
1ee435f7f42691d4f2ae365d0f3b07fe771a5c31
Select Git revision
2 results
Searching
perf-instrumentation
Author
Search by author
Any Author
authors
pompolic
Pompolic
1 author
Browse files
Jul 13, 2022
Add test for ASTManager.print_ast()
· 1ee435f7
pompolic
authored
Jul 13, 2022
1ee435f7
Refactor testcase to use setUp() and tearDown()
· cd27b1c0
pompolic
authored
Jul 13, 2022
cd27b1c0
Jul 12, 2022
Start tests for ASTManager
· a14fb02f
pompolic
authored
Jul 12, 2022
a14fb02f
Jul 11, 2022
Test for calling read_member() with nonexistent member name
· bfe6fc64
pompolic
authored
Jul 11, 2022
bfe6fc64
Fix exception when no argument is given to hammer-parse-step-to-result
· 01d77c6d
pompolic
authored
Jul 11, 2022
01d77c6d
Test for .read_member() including HParsedToken* type lookup
· e2f44c06
pompolic
authored
Jul 11, 2022
e2f44c06
read_member test without type lookup
· 52195f66
pompolic
authored
Jul 11, 2022
52195f66
Jul 06, 2022
Cleanup
· f5781ed2
pompolic
authored
Jul 6, 2022
f5781ed2
Finish test for make_HParsedToken()
· 2fd5f1b5
pompolic
authored
Jul 6, 2022
2fd5f1b5
Jun 30, 2022
More tweaks to mocking
· c8526d4c
pompolic
authored
Jun 30, 2022
c8526d4c
Jun 29, 2022
Figuring out again how to test arguments passed to the constructor
· 0e7d3ee6
pompolic
authored
Jun 29, 2022
0e7d3ee6
Tests for HParseResult.make_HParsedToken()
· 39dbe1d0
pompolic
authored
Jun 29, 2022
39dbe1d0
Jun 28, 2022
Figuring out where to mock out gdb.Value
· dccd9af4
pompolic
authored
Jun 28, 2022
dccd9af4
Progress towards unit tests
· 2b7f9ad0
pompolic
authored
Jun 28, 2022
2b7f9ad0
Print HParseResult address in base 16
· 9bbdb27d
pompolic
authored
Jun 28, 2022
9bbdb27d
Jun 27, 2022
Add test file for AST classes
· d601e81c
pompolic
authored
Jun 27, 2022
d601e81c
Remove some TODOs
· 6f697f1d
pompolic
authored
Jun 27, 2022
6f697f1d
Jun 23, 2022
Documentation for hammer-parse-step-to-result
· 66aef5a3
pompolic
authored
Jun 23, 2022
66aef5a3
Don't try to initialize a HParseResult if h_do_parse returns NULL
· afc376dd
pompolic
authored
Jun 23, 2022
afc376dd
Don't allow initialization with address of 0x0
· f81c101b
pompolic
authored
Jun 23, 2022
f81c101b
Fix AST getting captured/printed without prompting
· 26a2fa61
pompolic
authored
Jun 23, 2022
26a2fa61
Improve HParsedToken printing
· 8f493970
pompolic
authored
Jun 23, 2022
8f493970
Jun 22, 2022
Permit data field for TT_MAX
· 1bcb8cce
pompolic
authored
Jun 22, 2022
1bcb8cce
Tweak HParsedToken.__str__()
· fd56b43d
pompolic
authored
Jun 22, 2022
fd56b43d
Jun 21, 2022
Reduce code repetition, HParsedToken.children is now a list
· 91c9956d
pompolic
authored
Jun 21, 2022
91c9956d
Get address of HCountedArray instead of the HParsedToken
· 20b5ec49
pompolic
authored
Jun 21, 2022
20b5ec49
Fix for TypeError in HParsedToken.populate_children()
· 698595f6
pompolic
authored
Jun 21, 2022
698595f6
Jun 20, 2022
Fix type confusion introduced in last commit
· dc7ccc49
pompolic
authored
Jun 20, 2022
dc7ccc49
Jun 17, 2022
Cache gdb.Types on first lookup
· 871024f9
pompolic
authored
Jun 17, 2022
871024f9
Jun 15, 2022
Fix treating most tokens as 'user', fix HBytes printing
· 82d6ef74
pompolic
authored
Jun 15, 2022
82d6ef74
(WIP) Add HBytes class
· a41e2478
pompolic
authored
Jun 15, 2022
a41e2478
Jun 14, 2022
(WIP) Rephrase explanatory comment
· 084901b9
pompolic
authored
Jun 14, 2022
084901b9
(WIP) Rework HDoParseRetBreakpoint's stopping behavior
· a9b97ab1
pompolic
authored
Jun 14, 2022
a9b97ab1
(WIP) Explicitly check if ast_selected_stack is present
· 6481f1a7
pompolic
authored
Jun 14, 2022
6481f1a7
Jun 13, 2022
(WIP) Typo in comment
· 074404f8
pompolic
authored
Jun 13, 2022
074404f8
(WIP) hammer-parse-step-to-parse-result -> hammer-parse-step-to-result
· cf4192a9
pompolic
authored
Jun 13, 2022
cf4192a9
(WIP) Fix error in hammer-parse-step-to-parse-result leading to never stopping
· a3e5c63e
pompolic
authored
Jun 13, 2022
a3e5c63e
(WIP) Step to the next h_do_parse invocation after hammer-parse-step-to-parse-result
· 6da44a62
pompolic
authored
Jun 13, 2022
6da44a62
Jun 09, 2022
(WIP) Deduplicate some code
· 8d06efa9
pompolic
authored
Jun 9, 2022
8d06efa9
(WIP) Fix for current parser not being properly set after apply
· 2cd171c8
pompolic
authored
Jun 9, 2022
2cd171c8
Loading