summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/rbug/README
blob: 33d76371de4b24db74492b8ec8905f0d7237f230 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
                 GALLIUM REMOTE DEBUGGING COMMON CODE

= About =

This directory contains the common code for the Gallium 3D remote debugging
driver and clients. The code is two parts the connection managment code and
the (de)marsheller.

The code currently uses tcp and ip4v for connections.

Information about driver integration can be found in:

src/gallium/drivers/trace/README

for information about applications look in:

progs/rbug/README


--
Jakob Bornecrantz <jakob@vmware.com>