index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
source
/
Breakpoint
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Refactor BreakpointResolver::SetSCMatchesByLine() to make it easier to
Adrian Prantl
2018-08-29
1
-115
/
+97
*
If a function starts with line number 0, don't try to check if a breakpoint c...
Jim Ingham
2018-08-07
1
-1
/
+5
*
Add missing constness.
Tatyana Krasnukha
2018-06-27
1
-1
/
+1
*
BreakpointIDList: Use llvm::ArrayRef instead of pointer+length pair
Pavel Labath
2018-06-20
1
-6
/
+5
*
[FileSpec] Make style argument mandatory for SetFile. NFC
Jonas Devlieghere
2018-06-13
1
-1
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
14
-169
/
+144
*
Always normalize FileSpec paths.
Greg Clayton
2018-04-27
1
-1
/
+1
*
Move Args.cpp from Interpreter to Utility
Pavel Labath
2018-04-17
1
-1
/
+1
*
Make sure deleting all breakpoints clears their sites first
Eugene Zemtsov
2018-04-16
1
-5
/
+7
*
Allow relative file paths when settings source breakpoints
Greg Clayton
2018-04-13
1
-4
/
+29
*
Re-add change for https://reviews.llvm.org/D42582 with added directories.
Jim Ingham
2018-03-12
1
-0
/
+8
*
Revert "Improve prologue handling to support functions with multiple entry po...
Vedant Kumar
2018-03-12
1
-8
/
+0
*
Improve prologue handling to support functions with multiple entry points.
Jim Ingham
2018-03-12
1
-0
/
+8
*
[lldb] Unbreak lldb builds due to r327219
Mandeep Singh Grang
2018-03-10
1
-2
/
+2
*
Fix breakpoint thread name conditionals after breakpoint options refactor.
Jim Ingham
2018-02-23
1
-4
/
+13
*
Fix Breakpoint::RemoveInvalidLocations to fix the exec testcase.
Jim Ingham
2018-01-12
2
-8
/
+37
*
Move ArchSpec to the Utility module
Pavel Labath
2017-11-13
1
-1
/
+1
*
Fix some warnings found by ToT clang
Pavel Labath
2017-11-02
1
-1
/
+0
*
Wire up the breakpoint name help string.
Jim Ingham
2017-09-15
1
-0
/
+3
*
Add new files to the cmake lists.
Jim Ingham
2017-09-14
1
-0
/
+1
*
Make breakpoint names real entities.
Jim Ingham
2017-09-14
6
-32
/
+245
*
Add an auto-continue flag to breakpoints & locations.
Jim Ingham
2017-08-03
3
-7
/
+52
*
Fix a mis-feature with propagation of breakpoint options -> location options.
Jim Ingham
2017-08-02
3
-71
/
+124
*
Fix error string set in AddName to take a StringRef.
Ted Woodward
2017-05-17
1
-2
/
+2
*
Update StructuredData::String to return StringRefs.
Zachary Turner
2017-05-12
7
-23
/
+23
*
Rename Error -> Status.
Zachary Turner
2017-05-12
12
-23
/
+24
*
iwyu fixes for lldbCore.
Zachary Turner
2017-04-06
1
-0
/
+1
*
Move StringList from Core -> Utility.
Zachary Turner
2017-03-21
2
-2
/
+2
*
BreakpointResolverFileLine: Restrict move-to-nearest-code from moving across ...
Pavel Labath
2017-03-15
1
-16
/
+77
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
7
-7
/
+7
*
[CMake] Adding API dependency on Utility
Chris Bieneman
2017-02-13
1
-0
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
13
-16
/
+16
*
[CMake] Add accurate dependency specifications
Chris Bieneman
2017-01-31
1
-0
/
+12
*
Add methods to enable using formatv syntax in LLDB.
Zachary Turner
2016-12-16
1
-2
/
+2
*
Re-add "demonstrate new Args API"
Zachary Turner
2016-11-22
1
-10
/
+7
*
Fix build failure on Linux and BSD by reverting r287597
Omair Javaid
2016-11-22
1
-7
/
+10
*
Add the new Args / entry-access API.
Zachary Turner
2016-11-21
1
-10
/
+7
*
Make ValueObjectMemory::Create accept StringRefs.
Zachary Turner
2016-11-12
1
-3
/
+3
*
Convert some Expression parser functions to StringRef.
Zachary Turner
2016-11-08
2
-2
/
+2
*
Fix Clang-tidy readability-redundant-string-cstr warnings
Malcolm Parsons
2016-11-02
2
-2
/
+2
*
Fix a race condition between the "ephemeral watchpoint disabling" and command...
Jim Ingham
2016-10-25
1
-1
/
+1
*
Revert "Fix a race condition between "ephemeral watchpoint disable/enable" an...
Pavel Labath
2016-10-21
1
-1
/
+1
*
Fix a race condition between "ephemeral watchpoint disable/enable" and contin...
Jim Ingham
2016-10-21
1
-1
/
+1
*
Fix some test failures due to the recent Breakpoint patch.
Zachary Turner
2016-10-05
1
-9
/
+3
*
Try to fix Android build.
Zachary Turner
2016-10-05
1
-1
/
+1
*
Convert some breakpoint code to use StringRef.
Zachary Turner
2016-10-05
2
-237
/
+178
*
Fix serialization of Python breakpoint commands.
Jim Ingham
2016-09-26
2
-14
/
+58
*
Add the ability to deserialize only breakpoints matching a given name.
Jim Ingham
2016-09-22
1
-0
/
+35
*
Serilize the thread options within the breakpoint options.
Jim Ingham
2016-09-22
1
-4
/
+31
*
Make lldb::Regex use StringRef.
Zachary Turner
2016-09-21
4
-13
/
+11
[prev]
[next]