mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-21 04:25:45 -04:00
![]() Summary: The getwd() and getcwd() functions conform to IEEE Std 1003.1-1990 (POSIX.1). The IEEE Std 1003.1-2004 (POSIX.1) revision marked getwd() as legacy and recommended the use of getcwd() instead. The IEEE Std 1003.1-2008 (``POSIX.1'') revision removed getwd() from the specification. The ability to specify a NULL pointer and have getcwd() allocate memory as necessary is an extension. The getwd() function appeared in 4.0BSD. Reviewers: emaste, tfiala, clayborg Subscribers: lldb-commits, joerg Differential Revision: http://reviews.llvm.org/D15260 llvm-svn: 254944 |
||
---|---|---|
.. | ||
common.h | ||
driver.cpp | ||
inferior.cpp | ||
listener_test.cpp | ||
lldb-headers.h | ||
Makefile | ||
test_breakpoint_callback.cpp | ||
test_listener_event_description.cpp | ||
test_listener_event_process_state.cpp | ||
test_listener_resume.cpp | ||
TestMultithreaded.py |