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
/
Breakpoint.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Remove ASCII lines from comments
Jonas Devlieghere
2019-04-10
1
-8
/
+0
*
Pass ConstString by value (NFC)
Adrian Prantl
2019-03-06
1
-4
/
+4
*
Remove redundant ::get() for smart pointer. (NFC)
Jonas Devlieghere
2019-02-12
1
-1
/
+1
*
Use std::make_shared in LLDB (NFC)
Jonas Devlieghere
2019-02-11
1
-2
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Add setting to require hardware breakpoints.
Jonas Devlieghere
2018-11-15
1
-0
/
+4
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-4
/
+0
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-2
/
+2
*
Rollback "Fix raw address breakpoints not resolving".
Davide Italiano
2018-09-10
1
-1
/
+1
*
Fix raw address breakpoints not resolving
Ted Woodward
2018-09-10
1
-1
/
+1
*
Reflow paragraphs in comments.
Adrian Prantl
2018-04-30
1
-64
/
+52
*
[lldb] Unbreak lldb builds due to r327219
Mandeep Singh Grang
2018-03-10
1
-2
/
+2
*
Fix Breakpoint::RemoveInvalidLocations to fix the exec testcase.
Jim Ingham
2018-01-12
1
-2
/
+25
*
Make breakpoint names real entities.
Jim Ingham
2017-09-14
1
-13
/
+7
*
Add an auto-continue flag to breakpoints & locations.
Jim Ingham
2017-08-03
1
-0
/
+8
*
Fix a mis-feature with propagation of breakpoint options -> location options.
Jim Ingham
2017-08-02
1
-1
/
+1
*
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
1
-6
/
+6
*
Rename Error -> Status.
Zachary Turner
2017-05-12
1
-6
/
+7
*
iwyu fixes for lldbCore.
Zachary Turner
2017-04-06
1
-0
/
+1
*
Move Log from Core -> Utility.
Zachary Turner
2017-03-03
1
-1
/
+1
*
Move classes from Core -> Utility.
Zachary Turner
2017-02-02
1
-2
/
+2
*
Fix serialization of Python breakpoint commands.
Jim Ingham
2016-09-26
1
-2
/
+2
*
Add the ability to deserialize only breakpoints matching a given name.
Jim Ingham
2016-09-22
1
-0
/
+35
*
Add some more tests for breakpoint serialization.
Jim Ingham
2016-09-20
1
-1
/
+37
*
Convert many functions to use StringRefs.
Zachary Turner
2016-09-17
1
-1
/
+1
*
Some more pointer safety in Breakpoint.
Zachary Turner
2016-09-13
1
-1
/
+1
*
Add a few const's (thanks Zachary) and return shared or unique pointers
Jim Ingham
2016-09-13
1
-7
/
+7
*
This is the main part of a change to add breakpoint save and restore to lldb.
Jim Ingham
2016-09-12
1
-39
/
+152
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
1
-888
/
+711
*
second pass over removal of Mutex and Condition
Saleem Abdulrasool
2016-05-19
1
-2
/
+2
*
Make the Language print the description of the Exception Breakpoint resolver....
Jim Ingham
2015-12-18
1
-1
/
+4
*
Fix Clang-tidy modernize-use-nullptr warnings in source/Breakpoint; other min...
Eugene Zelenko
2015-10-30
1
-30
/
+20
*
This is some groundwork for filtering the language Exception
Jim Ingham
2015-04-22
1
-0
/
+28
*
Work around lack of %zd printf format specifier in MSVC libs.
Adrian McCarthy
2015-03-30
1
-12
/
+5
*
Move lldb-log.cpp to core/Logging.cpp
Zachary Turner
2015-03-18
1
-1
/
+0
*
Make sure that when a breakpoint is hit but its condition is not met,
Jim Ingham
2015-01-15
1
-3
/
+5
*
Fix initialization order to match that of the source.
Eric Christopher
2014-12-17
1
-2
/
+2
*
Add the ability to tag one or more breakpoints with a name. These
Jim Ingham
2014-12-16
1
-1
/
+33
*
Add the ability to set breakpoints with conditions, commands, etc,
Jim Ingham
2014-12-06
1
-14
/
+19
*
Rework how resetting breakpoints in changed modules works. Try to match up old
Jim Ingham
2014-09-10
1
-45
/
+288
*
Fix a couple of typo's in breakpoint descriptions.
Jim Ingham
2014-03-04
1
-1
/
+1
*
Get the breakpoint setting, and the Mac OS X DYLD trampolines and expression ...
Jim Ingham
2014-01-10
1
-3
/
+8
*
Fixed the the breakpoint test case failures.
Greg Clayton
2013-11-09
1
-0
/
+6
*
Report the summed hit count in the breakpoint line.
Jim Ingham
2013-10-12
1
-1
/
+1
*
<rdar://problem/13635174>
Greg Clayton
2013-10-11
1
-1
/
+2
*
<rdar://problem/13521159>
Greg Clayton
2013-03-27
1
-1
/
+1
*
Add "target.process.stop-on-shared-library-events" setting, and make it work.
Jim Ingham
2013-01-26
1
-4
/
+13
*
<rdar://problem/13069948>
Greg Clayton
2013-01-25
1
-2
/
+2
*
Check for NULL breakpoint option thread name & queue name before comparing th...
Jim Ingham
2013-01-23
1
-2
/
+4
[next]