History log of /fuchsia/zircon/system/ulib/task-utils/rules.mk
Revision Date Author Comments
# b0ee6dd6 21-Sep-2018 George Kulakowski <kulakowski@google.com>

[build] Make a number of static libraries build with -fvisibility=hidden

ZX-1895 #comment
Test: CQ

Change-Id: Id3252fcb1de5a6f6e1897da86fba92e2be9d0319


# 1786a62a 22-Feb-2018 Brett Wilson <brettw@chromium.org>

[debugger] Don't export task-utils as public.

This was recently added in
https://fuchsia-review.googlesource.com/c/zircon/+/125480
but this ended up not being very helpful for my use-case. Since it's no longer
required to be public, this marks it private until we need it again.

Change-Id: Iddb739c0af26d8eadd8c4bcbbe5565709745be43


# 629c892c 21-Feb-2018 Brett Wilson <brettw@chromium.org>

[debugger] Export ulib/task-utils as public.

This will be used to fetch the process and thread trees as part of the
debugger.

This code is exported as a static library because it's fairly little code and
likely to be not commonly used enough to justify shipping as a separate .so.

Update readme to say the files are generated automatically (I tried to do it
manually for a few minutes since it looked like these were in the source tree).

Change-Id: Id8b13a21876bbf6384918be40ab404d0928be24b


# f3e2126c 12-Sep-2017 Roland McGrath <mcgrathr@google.com>

[zx] Magenta -> Zircon

The Great Renaming is here!

Change-Id: I3229bdeb2a3d0e40fb4db6fec8ca7d971fbffb94


# 49f8814a 22-Jun-2017 Dave Bort <dbort@google.com>

[ulib][task-utils] Add a C++ task-walker interface and tests

Change-Id: I5ef848e521560a8744226e7239b79fffc076b46a


# 8cbc3ed5 14-Jun-2017 Dave Bort <dbort@google.com>

[ulib][task-utils] Add get_task_by_koid()

Change-Id: I32866eb376539d2f58912d271966c91bcd28f1b0


# 77fa2af0 08-May-2017 Dave Bort <dbort@google.com>

[ulib] Move psutil's processes.c into ulib/task-utils

- Clean up the API a little
- Call the callback on the root job, and find its koid
- Don't walk processes/threads if no callback is provided

Change-Id: Ia77cc84b5aee4ef331ec28054d36ae0aad67e5a0