Go to file
Richard Mitton f86248d9ba Added a 'jump' command, similar to GDBs.
This allows the PC to be directly changed to a different line.
It's similar to the example python script in examples/python/jump.py, except implemented as a builtin.

Also this version will track the current function correctly even if the target line resolves to multiple addresses. (e.g. debugging a templated function)

llvm-svn: 190572
2013-09-12 02:20:34 +00:00
clang [libclang] In clang_getLocation, check that the provided line/column is valid. 2013-09-12 01:10:36 +00:00
clang-tools-extra clang-tools-extra/test/clang-modernize/HeaderReplacements/main.cpp: Tweak sed(1) to let paths with a driveletter quoted in *_expected.yaml. 2013-09-11 11:55:59 +00:00
compiler-rt Fix typo 2013-09-11 19:35:32 +00:00
debuginfo-tests Auto-detect the architecture of the executable instead of using the arch of 2013-09-07 20:04:29 +00:00
libclc Parenthesize arguments for mad_hi 2013-09-09 14:36:21 +00:00
libcxx Implement uses-allocator construction 2013-09-12 02:11:16 +00:00
libcxxabi Adding bad_array_length to libc++abi 2013-09-11 01:42:02 +00:00
lld Run clang-format. 2013-09-11 22:21:42 +00:00
lldb Added a 'jump' command, similar to GDBs. 2013-09-12 02:20:34 +00:00
llvm Typo fixes. 2013-09-12 01:43:21 +00:00
polly Fix build after SCEV change 2013-09-10 20:22:17 +00:00