I'm not aware of an agreed upon definition/meaning for probability distribution.
On the other hand, probability mass functions and probability density functions have agreed upon definitions and are used to describe probability distributions.
A probability density function is the generalization of probability mass functions to random variables which are not strictly discrete.
In the case of a discrete random variable, the main difference is that the probability density function should integrate to one, while the probability mass function should add to one.
Suppose $X$ is a discrete random variable taking values $S=\{x_1,x_2,\ldots\} \subset \mathbb{R}$.
The probability mass function is a function $p : S\to [0,1]$ where
$$
p(x) = \mathbb{P}(X=x)
$$
On the other hand, the density function (of any RV) can be thought of as,
$$
f(x)dx = \mathbb{P}(X\in[x+dx])
$$
In integral form you could write this as,
$$
\int_{x}^{x+dx} f(z)dz = \mathbb{P}(X\in [x,x+dx])
$$
That is, the density times the width of a small interval gives the probability that $X$ is in that small interval $X\in[x,x+dx]$.
If the random variable is discrete, then the probability that $X$ is in this interval is the same as the probability $X=x$ for small enough $dx$. So you have $f(x)dx = \mathbb{P}(X=x)$ (or in integral form, $\lim_{dx\to 0}\int_{x}^{x+dx} f(z)dz = \mathbb{P}(X=x)$).
In particular, if $p(x)$ is the pmf for a discrete random variable $X$, then we can write the density function as:
$$
f(x) = \sum_{i:p(x_i)\neq 0} p(x_i) \delta(x-x_i)
$$
where $\delta(x)$ is the delta distribution; i.e. $\int_a^b f(x)\delta(c)d x = f(c)$ whenever $c\in[a,b]$