Skip to content
This repository was archived by the owner on Apr 23, 2020. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: llvm-mirror/lldb
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: rust-lang/lldb
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: remove-append-param
Choose a head ref
  • 1 commit
  • 24 files changed
  • 1 contributor

Commits on May 15, 2018

  1. Remove append parameter to FindGlobalVariables

    Summary:
    As discussed in https://bugs.llvm.org/show_bug.cgi?id=37317,
    FindGlobalVariables does not properly handle the case where
    append=false.  As this doesn't seem to be used in the tree, this patch
    removes the parameter entirely.
    
    Subscribers: kubamracek, JDevlieghere
    
    Differential Revision: https://reviews.llvm.org/D46885
    tromey committed May 15, 2018
    Copy the full SHA
    e17078f View commit details
Loading