Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zmap
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ensembl-gh-mirror
zmap
Commits
55c79282
Commit
55c79282
authored
17 years ago
by
rds
Browse files
Options
Downloads
Patches
Plain Diff
enable printing of quarks from totalview...
parent
1315f525
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/zmapUtils/zmapUtils.c
+8
-3
8 additions, 3 deletions
src/zmapUtils/zmapUtils.c
with
8 additions
and
3 deletions
src/zmapUtils/zmapUtils.c
+
8
−
3
View file @
55c79282
...
...
@@ -26,9 +26,9 @@
*
* Exported functions: See ZMap/zmapUtils.h
* HISTORY:
* Last edited:
Jan 31
1
2
:2
8
2007 (rds)
* Last edited:
May 24
1
6
:2
0
2007 (rds)
* Created: Fri Mar 12 08:16:24 2004 (edgrif)
* CVS info: $Id: zmapUtils.c,v 1.2
1
2007-0
2-06 10:48:35
rds Exp $
* CVS info: $Id: zmapUtils.c,v 1.2
2
2007-0
5-24 15:36:06
rds Exp $
*-------------------------------------------------------------------
*/
...
...
@@ -504,7 +504,12 @@ gboolean zMapUtilsSysCall(char *cmd_str, char **err_msg_out)
return
result
;
}
/* make printing from totalview evaluations a lot easier... */
void
zMapPrintQuark
(
GQuark
quark
)
{
printf
(
"GQuark (%d) = '%s'
\n
"
,
quark
,
g_quark_to_string
(
quark
));
return
;
}
/* make logging from totalview evaluations a lot easier... */
void
zMapLogQuark
(
GQuark
quark
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment