Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
libdap
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
cellframe
libdap
Commits
214f324f
Commit
214f324f
authored
5 years ago
by
dmitriy.gerasimov
Browse files
Options
Downloads
Plain Diff
Merge branch 'support-2719' into 'master'
Init fixes... again... See merge request
!35
parents
574b57e2
01e68fc7
No related branches found
No related tags found
1 merge request
!35
Init fixes... again...
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/dap_common.h
+1
-3
1 addition, 3 deletions
include/dap_common.h
src/dap_common.c
+0
-1
0 additions, 1 deletion
src/dap_common.c
with
1 addition
and
4 deletions
include/dap_common.h
+
1
−
3
View file @
214f324f
...
@@ -330,9 +330,7 @@ DAP_STATIC_INLINE void DAP_AtomicUnlock( dap_spinlock_t *lock )
...
@@ -330,9 +330,7 @@ DAP_STATIC_INLINE void DAP_AtomicUnlock( dap_spinlock_t *lock )
extern
char
*
g_sys_dir_path
;
extern
char
*
g_sys_dir_path
;
extern
size_t
g_sys_dir_path_len
;
//int dap_common_init( const char * a_log_file );
//int dap_common_init( const char * a_log_file );
int
dap_common_init
(
const
char
*
console_title
,
const
char
*
a_log_file
);
int
dap_common_init
(
const
char
*
console_title
,
const
char
*
a_log_file
);
...
...
This diff is collapsed.
Click to expand it.
src/dap_common.c
+
0
−
1
View file @
214f324f
...
@@ -135,7 +135,6 @@ static unsigned int s_ansi_seq_color_len[16] = {0};
...
@@ -135,7 +135,6 @@ static unsigned int s_ansi_seq_color_len[16] = {0};
static
volatile
bool
s_log_term_signal
=
false
;
static
volatile
bool
s_log_term_signal
=
false
;
char
*
g_sys_dir_path
=
NULL
;
char
*
g_sys_dir_path
=
NULL
;
size_t
g_sys_dir_path_len
=
0
;
static
char
s_last_error
[
LAST_ERROR_MAX
]
=
{
'\0'
},
static
char
s_last_error
[
LAST_ERROR_MAX
]
=
{
'\0'
},
s_log_file_path
[
MAX_PATH
]
=
{
'\0'
},
s_log_file_path
[
MAX_PATH
]
=
{
'\0'
},
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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