projects
/
platform
/
upstream
/
ltrace.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4342082
)
whitespace
author
Dima Kogan
<dima@secretsauce.net>
Wed, 23 Apr 2014 09:42:58 +0000
(
02:42
-0700)
committer
Chanho Park
<chanho61.park@samsung.com>
Fri, 22 Aug 2014 11:38:25 +0000
(20:38 +0900)
proc.c
patch
|
blob
|
history
diff --git
a/proc.c
b/proc.c
index
c9625f2
..
79846d4
100644
(file)
--- a/
proc.c
+++ b/
proc.c
@@
-927,8
+927,8
@@
proc_add_library(struct process *proc, struct library *lib)
if (options.bt_depth > 0) {
if (leader->dwfl == NULL) {
int r = dwfl_linux_proc_attach(dwfl,
-
leader->pid,
-
true);
+ leader->pid,
+ true);
if (r == 0)
leader->dwfl = dwfl;
else {