this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Replaced __assert_rtn with an alias to __assert_fail

+1 -9
-6
src/dyld/public.cpp
··· 126 126 return 0; 127 127 } 128 128 129 - void __assert_rtn(const char* func, const char* file, int line, const char* failedexpr) 130 - { 131 - fprintf(stderr, "Assertion failed: (%s), function %s, file %s, line %d.\n", failedexpr, func, file, line); 132 - abort(); 133 - } 134 - 135 129 const char* dyld_image_path_containing_address(const void* addr) 136 130 { 137 131 return g_file_map.fileNameForAddr(addr);
-3
src/dyld/public.h
··· 52 52 53 53 int _NSGetExecutablePath(char* buf, uint32_t* bufsize); 54 54 55 - void __assert_rtn(const char* func, const char* file, int line, const char* failedexpr); 56 - 57 - 58 55 const char* dyld_image_path_containing_address(const void* addr); 59 56 bool _dyld_find_unwind_sections(void* addr, struct dyld_unwind_sections* info); 60 57
+1
src/libSystem/libc/namemap.lst
··· 1 1 R"( 2 2 3 3 __error;__errno_location 4 + __assert_rtn;__assert_fail 4 5 5 6 # libstdc++ 6 7 64!_ZNSt13basic_filebufIwSt11char_traitsIwEE7seekoffExSt12_Ios_SeekdirSt13_Ios_Openmode;_ZNSt13basic_filebufIwSt11char_traitsIwEE7seekoffElSt12_Ios_SeekdirSt13_Ios_Openmode