Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dap-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
15
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dap
dap-sdk
Merge requests
!1
Event and timer types implemented
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Event and timer types implemented
feat-4515
into
develop
Overview
0
Commits
1
Pipelines
0
Changes
6
Merged
Constantin P.
requested to merge
feat-4515
into
develop
4 years ago
Overview
0
Commits
1
Pipelines
0
Changes
6
Expand
👍
0
👎
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
9b6660ca
1 commit,
4 years ago
6 files
+
137
−
30
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
core/include/dap_common.h
+
4
−
0
Options
@@ -33,6 +33,10 @@
#include
<stdlib.h>
#include
<stdio.h>
#include
<time.h>
#ifdef DAP_OS_WINDOWS
#include
<fcntl.h>
#define pipe(pfds) _pipe(pfds, 4096, _O_BINARY)
#endif
#ifdef __MACH__
#include
<dispatch/dispatch.h>
#endif
Loading