Skip to content
  • Orgad Shaneh's avatar
    Debugger: Support setting substitute path by regexp · f0e2708d
    Orgad Shaneh authored
    
    
    This is useful when there are multiple build machines with different
    path, and the user would like to match anything up to some known
    directory to his local project (variable support will also be useful -
    will try to add that later).
    
    Syntax: (/home/.*)/KnownSubdir -> /home/my/project
    
    Capture group will be replaced by the value.
    
    In this example the substitute path will be (in case a source string
    found such as /home/SomeUser/SomeProject/KnownSubdir/foo.cpp):
    /home/SomeUser/SomeProject -> /home/my/project
    
    Change-Id: I19d03c9388161d8456a86676086dcb06dc3d7370
    Reviewed-by: default avatarhjk <hjk121@nokiamail.com>
    f0e2708d