[all-commits] [llvm/llvm-project] 21e013: Improve path remapping in cross-debugging scenarios

adrian-prantl via All-commits all-commits at lists.llvm.org
Tue Jun 29 15:31:27 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 21e013303bb7d0dbb9106283af0fb966fe45af42
      https://github.com/llvm/llvm-project/commit/21e013303bb7d0dbb9106283af0fb966fe45af42
  Author: Adrian Prantl <aprantl at apple.com>
  Date:   2021-06-29 (Tue, 29 Jun 2021)

  Changed paths:
    M lldb/source/Target/PathMappingList.cpp
    M lldb/unittests/Target/PathMappingListTest.cpp

  Log Message:
  -----------
  Improve path remapping in cross-debugging scenarios

This patch implements a slight improvement when debugging across
platforms and remapping source paths that are in a non-native
format. See the unit test for examples.

rdar://79205675

Differential Revision: https://reviews.llvm.org/D104407




More information about the All-commits mailing list