[all-commits] [llvm/llvm-project] f74147: [lldb] Print the fixed address if symbolication fa...

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Mon Apr 19 12:23:47 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f7414759d739fc102f72432562e9aeb0a7424e66
      https://github.com/llvm/llvm-project/commit/f7414759d739fc102f72432562e9aeb0a7424e66
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2021-04-19 (Mon, 19 Apr 2021)

  Changed paths:
    M lldb/source/Core/DumpDataExtractor.cpp

  Log Message:
  -----------
  [lldb] Print the fixed address if symbolication fails in DumpDataExtractor

When formatting memory with as eFormatAddressIn and symbolication fails,
fix the code address and print the symbol it points to, if any.


  Commit: a7712091ea7a2b4a7b5c4764af7545a7574b651b
      https://github.com/llvm/llvm-project/commit/a7712091ea7a2b4a7b5c4764af7545a7574b651b
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2021-04-19 (Mon, 19 Apr 2021)

  Changed paths:
    M lldb/test/Shell/ScriptInterpreter/Lua/breakpoint_function_callback.test

  Log Message:
  -----------
  [lldb] Update breakpoint_function_callback.test for different error message

Adjust for the Lua error message printed by Lua 5.4.3.


Compare: https://github.com/llvm/llvm-project/compare/94ba3b6e3bb3...a7712091ea7a


More information about the All-commits mailing list