Patrick McCarty b573085227 avxjudge: adjust regex for matching function names
Golang binaries have been observed to contain function names with many
other ASCII characters not captured by the previous regex.

Adjust that regex by permitting arbitrary characters for the function
name component of the line (between the ` <` and `>:`) and declaring the
expected content for the rest of the line.

Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
2022-06-07 13:36:14 -07:00
2022-05-19 13:47:50 -07:00
2022-01-12 04:32:28 -08:00
Description
No description provided
149 KiB
Languages
Python 80%
Shell 9.3%
Perl 8.7%
Makefile 2%