Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(486)

Side by Side Diff: gdb/testsuite/gdb.mi/Makefile.in

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « gdb/testsuite/gdb.linespec/thread.exp ('k') | gdb/testsuite/gdb.mi/dw2-ref-missing-frame.exp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 VPATH = @srcdir@ 1 VPATH = @srcdir@
2 srcdir = @srcdir@ 2 srcdir = @srcdir@
3 3
4 PROGS = basics c_variable cpp_variable var-cmd dw2-ref-missing-frame \ 4 PROGS = basics c_variable cpp_variable var-cmd dw2-ref-missing-frame \
5 gdb669-pthreads gdb701 gdb792 mi-async mi-basics mi-break \ 5 gdb669-pthreads gdb701 gdb792 mi-async mi-basics mi-break \
6 mi-cli mi-console mi-disassemble mi-eval mi-file \ 6 mi-cli mi-console mi-disassemble mi-eval mi-file \
7 mi-file-transfer mi-non-stop mi-non-stop-exit \ 7 mi-file-transfer mi-non-stop mi-non-stop-exit \
8 mi-ns-stale-regcache mi-nsintrall mi-nsmoribund mi-nsthrexec \ 8 mi-ns-stale-regcache mi-nsintrall mi-nsmoribund mi-nsthrexec \
9 mi-pending mi-pthreads mi-read-memory mi-regs mi-return \ 9 mi-pending mi-pthreads mi-read-memory mi-regs mi-return \
10 mi-reverse mi-simplerun mi-stack mi-stepi mi-syn-frame \ 10 mi-reverse mi-simplerun mi-stack mi-stepi mi-syn-frame \
11 mi-var-block mi-var-child mi-var-cmd mi-var-cp mi-var-display \ 11 mi-var-block mi-var-child mi-var-cmd mi-var-cp mi-var-display \
12 mi-var-invalidate mi-var-invalidate_bis mi-watch \ 12 mi-var-invalidate mi-var-invalidate_bis mi-watch \
13 mi2-amd64-entry-value mi2-basics \ 13 mi2-amd64-entry-value mi2-basics \
14 mi2-break mi2-cli mi2-disassemble mi2-eval mi2-file \ 14 mi2-break mi2-cli mi2-disassemble mi2-eval mi2-file \
15 mi2-pthreads mi2-regs mi2-return mi2-simplerun mi2-stepi \ 15 mi2-pthreads mi2-regs mi2-return mi2-simplerun mi2-stepi \
16 mi2-var-block mi2-var-child mi2-var-cmd mi2-var-display \ 16 mi2-var-block mi2-var-child mi2-var-cmd mi2-var-display \
17 mi2-watch until 17 mi2-watch until
18 18
19 MISCELLANEOUS = mi-pendshr.sl 19 MISCELLANEOUS = mi-pendshr.sl
20 20
21 all info install-info dvi install uninstall installcheck check: 21 all info install-info dvi install uninstall installcheck check:
22 @echo "Nothing to be done for $@..." 22 @echo "Nothing to be done for $@..."
23 23
24 clean mostlyclean: 24 clean mostlyclean:
25 -rm -f *.ci *.o $(OBJS) $(PROGS) *~ core 25 -rm -f *.ci *.o $(OBJS) $(PROGS) *~ core
26 -rm -f *.dwo *.dwp
26 -rm -f $(MISCELLANEOUS) 27 -rm -f $(MISCELLANEOUS)
27 28
28 distclean maintainer-clean realclean: clean 29 distclean maintainer-clean realclean: clean
29 -rm -f Makefile config.status config.log gdb.log gdb.sum 30 -rm -f Makefile config.status config.log gdb.log gdb.sum
OLDNEW
« no previous file with comments | « gdb/testsuite/gdb.linespec/thread.exp ('k') | gdb/testsuite/gdb.mi/dw2-ref-missing-frame.exp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698