1. 22 8月, 2023 1 次提交
  2. 21 8月, 2023 1 次提交
  3. 21 7月, 2023 1 次提交
  4. 09 5月, 2023 1 次提交
    • H
      Fix dynamic loading functions of libnetsys_client.z.so by saving them globally · b5856528
      hongbinj 提交于
      Before this fix, every call to libnetsys_client.z.so's functions involves
      loading the lib, searching symbols and unloading the lib. Assuming debugging a
      process with lldb, it will hurt the debugging performance because lldb stops at
      dlopen and dlcose (lldb inserts internal breakpoints to know which shared
      library is loaded or unloaded). It is fixed by storing the handle to the lib and
      function pointers globally.
      
      Issue: I6XDBW
      Test: passed most test cases of libc-test with 4 anticipated cases failed
      Signed-off-by: Nhongbinj <jinhongbin2@huawei.com>
      b5856528
  5. 01 3月, 2023 1 次提交
  6. 23 2月, 2023 1 次提交
  7. 15 11月, 2022 1 次提交
  8. 26 9月, 2022 1 次提交
  9. 21 9月, 2022 1 次提交
  10. 15 9月, 2022 1 次提交
  11. 07 9月, 2022 1 次提交