Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Third Party Musl
提交
078c7a12
T
Third Party Musl
项目概览
OpenHarmony
/
Third Party Musl
接近 2 年 前同步成功
通知
37
Star
125
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
T
Third Party Musl
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
未验证
提交
078c7a12
编写于
9月 06, 2022
作者:
O
openharmony_ci
提交者:
Gitee
9月 06, 2022
浏览文件
操作
浏览文件
下载
差异文件
!505 同步musl最新的patch,解决lldb无法收到so动态加载的状态
Merge pull request !505 from hhj/dlopen_debugger
上级
320c0c4c
3ee38261
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
5 addition
and
2 deletion
+5
-2
porting/linux/user/ldso/dynlink.c
porting/linux/user/ldso/dynlink.c
+5
-2
未找到文件。
porting/linux/user/ldso/dynlink.c
浏览文件 @
078c7a12
...
@@ -2547,7 +2547,7 @@ void __dls3(size_t *sp, size_t *auxv)
...
@@ -2547,7 +2547,7 @@ void __dls3(size_t *sp, size_t *auxv)
debug
.
bp
=
dl_debug_state
;
debug
.
bp
=
dl_debug_state
;
debug
.
head
=
head
;
debug
.
head
=
head
;
debug
.
base
=
ldso
.
base
;
debug
.
base
=
ldso
.
base
;
debug
.
state
=
0
;
debug
.
state
=
RT_CONSISTENT
;
_dl_debug_state
();
_dl_debug_state
();
if
(
replace_argv0
)
argv
[
0
]
=
replace_argv0
;
if
(
replace_argv0
)
argv
[
0
]
=
replace_argv0
;
...
@@ -2638,6 +2638,8 @@ static void *dlopen_impl(
...
@@ -2638,6 +2638,8 @@ static void *dlopen_impl(
pthread_rwlock_wrlock
(
&
lock
);
pthread_rwlock_wrlock
(
&
lock
);
__inhibit_ptc
();
__inhibit_ptc
();
debug
.
state
=
RT_ADD
;
_dl_debug_state
();
/* When namespace does not exist, use caller's namespce
/* When namespace does not exist, use caller's namespce
* and when caller does not exist, use default namespce. */
* and when caller does not exist, use default namespce. */
caller
=
(
struct
dso
*
)
addr2dso
((
size_t
)
caller_addr
);
caller
=
(
struct
dso
*
)
addr2dso
((
size_t
)
caller_addr
);
...
@@ -2798,7 +2800,6 @@ static void *dlopen_impl(
...
@@ -2798,7 +2800,6 @@ static void *dlopen_impl(
update_tls_size
();
update_tls_size
();
if
(
tls_cnt
!=
orig_tls_cnt
)
if
(
tls_cnt
!=
orig_tls_cnt
)
install_new_tls
();
install_new_tls
();
_dl_debug_state
();
orig_tail
=
tail
;
orig_tail
=
tail
;
#ifdef HANDLE_RANDOMIZATION
#ifdef HANDLE_RANDOMIZATION
...
@@ -2810,6 +2811,8 @@ static void *dlopen_impl(
...
@@ -2810,6 +2811,8 @@ static void *dlopen_impl(
}
}
#endif
#endif
end
:
end
:
debug
.
state
=
RT_CONSISTENT
;
_dl_debug_state
();
#ifdef LOAD_ORDER_RANDOMIZATION
#ifdef LOAD_ORDER_RANDOMIZATION
if
(
!
is_task_appended
)
{
if
(
!
is_task_appended
)
{
free_task
(
task
);
free_task
(
task
);
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录